Method: Dictionary#first
- Defined in:
- lib/extlib/dictionary.rb
#first ⇒ Object
380 381 382 |
# File 'lib/extlib/dictionary.rb', line 380 def first @hash[order.first] end |
380 381 382 |
# File 'lib/extlib/dictionary.rb', line 380 def first @hash[order.first] end |