Method: MaglevRecord::ClassChange#new_class_methods
- Defined in:
- lib/maglev_record/snapshot/class_change.rb
#new_class_methods ⇒ Object
58 59 60 |
# File 'lib/maglev_record/snapshot/class_change.rb', line 58 def new_class_methods (@new.class_methods - @old.class_methods).sort end |