Method: Satisfactory::Record#which_is
- Defined in:
- lib/satisfactory/record.rb
#which_is(*traits) ⇒ Object
Apply one or more traits to this record’s build plan.
90 91 92 93 |
# File 'lib/satisfactory/record.rb', line 90 def which_is(*traits) traits.each { |trait| self.traits << trait } self end |