Method: ROM::Schema#set!
- Defined in:
- lib/rom/schema.rb
#set!(key, value) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
440 441 442 443 |
# File 'lib/rom/schema.rb', line 440 def set!(key, value) instance_variable_set("@#{key}", value) [key] = value end |