Class: Packwerk::OutputStyles::Plain
- Inherits:
-
Object
- Object
- Packwerk::OutputStyles::Plain
- Includes:
- Packwerk::OutputStyle
- Defined in:
- lib/packwerk/output_styles/plain.rb
Instance Method Summary collapse
-
#error ⇒ Object
: -> String.
-
#filename ⇒ Object
: -> String.
-
#reset ⇒ Object
: -> String.
Instance Method Details
#error ⇒ Object
: -> String
23 24 25 |
# File 'lib/packwerk/output_styles/plain.rb', line 23 def error "" end |
#filename ⇒ Object
: -> String
17 18 19 |
# File 'lib/packwerk/output_styles/plain.rb', line 17 def filename "" end |
#reset ⇒ Object
: -> String
11 12 13 |
# File 'lib/packwerk/output_styles/plain.rb', line 11 def reset "" end |