Method: Synthesis::Formatter.inherited
- Defined in:
- lib/synthesis/formatter.rb
.inherited(subclass) ⇒ Object
20 21 22 |
# File 'lib/synthesis/formatter.rb', line 20 def inherited(subclass) @formatter = subclass end |
20 21 22 |
# File 'lib/synthesis/formatter.rb', line 20 def inherited(subclass) @formatter = subclass end |