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