Method: Dictionary#first

Defined in:
lib/extlib/dictionary.rb

#firstObject



380
381
382
# File 'lib/extlib/dictionary.rb', line 380

def first
  @hash[order.first]
end