Module: Packwerk::OutputStyle
- Defined in:
- lib/packwerk/output_style.rb
Instance Method Summary collapse
- #error ⇒ Object abstract
- #filename ⇒ Object abstract
- #reset ⇒ Object abstract
Instance Method Details
#error ⇒ Object
This method is abstract.
17 |
# File 'lib/packwerk/output_style.rb', line 17 def error = raise NotImplementedError, "Abstract method called" |
#filename ⇒ Object
This method is abstract.
13 |
# File 'lib/packwerk/output_style.rb', line 13 def filename = raise NotImplementedError, "Abstract method called" |
#reset ⇒ Object
This method is abstract.
9 |
# File 'lib/packwerk/output_style.rb', line 9 def reset = raise NotImplementedError, "Abstract method called" |