Method: LHS::Record#dup

Defined in:
lib/lhs/record.rb

#dupObject

Override Object#dup because it doesn’t support copying any singleton methods, which leads to missing ‘_data` method when you execute `dup`.



96
97
98
# File 'lib/lhs/record.rb', line 96

def dup
  clone
end