Method: Ure#values

Defined in:
lib/ure.rb

#valuesObject

Returns an array of the values in the fields



118
119
120
# File 'lib/ure.rb', line 118

def values
  fields.values
end