Method: Holotype::InstanceMethods#with

Defined in:
lib/holotype.rb

#with(**attributes) ⇒ Object



122
123
124
# File 'lib/holotype.rb', line 122

def with **attributes
  self.class.new to_hash.merge attributes
end