class Fasterer::Argument
Attributes
element[R]
Public Class Methods
new(element)
click to toggle source
# File lib/fasterer/method_call.rb, line 111 def initialize(element) @element = element end
Public Instance Methods
type()
click to toggle source
# File lib/fasterer/method_call.rb, line 115 def type @type ||= @element[0] end
value()
click to toggle source
# File lib/fasterer/method_call.rb, line 119 def value @value ||= @element[1] end