4 lines
48 B
Ruby
4 lines
48 B
Ruby
def shortcuts_hash
|
|
@shortcuts_hash ||= {}
|
|
end
|
def shortcuts_hash
|
|
@shortcuts_hash ||= {}
|
|
end
|