18 19 20
# File 'lib/lhs/concerns/record/chainable.rb', line 18 def options(hash = nil) Chain.new(self, Option.new(hash)) end