Method: Fast.shortcuts
- Defined in:
- lib/fast/shortcut.rb
.shortcuts ⇒ Hash<String,Shortcut>
Stores shortcuts in a simple hash where the key is the identifier and the value is the object itself.
29 30 31 |
# File 'lib/fast/shortcut.rb', line 29 def shortcuts @shortcuts ||= {} end |