Method: LHS::Record#method_missing

Defined in:
lib/lhs/record.rb

#method_missing(name, *args, &block) ⇒ Object (protected)



102
103
104
# File 'lib/lhs/record.rb', line 102

def method_missing(name, *args, &block)
  _data.send(name, *args, &block)
end