class Array
Public Instance Methods
hash_getter()
click to toggle source
# File lib/matrack/utility.rb, line 30 def hash_getter first.select{|k| k.is_a? String} end
# File lib/matrack/utility.rb, line 30 def hash_getter first.select{|k| k.is_a? String} end