Method: Hash#first_value
- Defined in:
 - lib/hash-utils/hash.rb
 
#first_value ⇒ Object
      878 879 880 881  | 
    
      # File 'lib/hash-utils/hash.rb', line 878 def first_value first = self.first first ? first.second : nil end  | 
  
      878 879 880 881  | 
    
      # File 'lib/hash-utils/hash.rb', line 878 def first_value first = self.first first ? first.second : nil end  |