Method: RFunk::Function#value

Defined in:
lib/rfunk/attribute/function.rb

#value(options) ⇒ Object



21
22
23
# File 'lib/rfunk/attribute/function.rb', line 21

def value(options)
  RFunk.some(RFunk.some(variables)[options])
end