Method: Fast.shortcuts

Defined in:
lib/fast/shortcut.rb

.shortcutsHash<String,Shortcut>

Stores shortcuts in a simple hash where the key is the identifier and the value is the object itself.

Returns:

  • (Hash<String,Shortcut>)

    as a dictionary.



29
30
31
# File 'lib/fast/shortcut.rb', line 29

def shortcuts
  @shortcuts ||= {}
end