Class: Packwerk::OutputStyles::Plain

Inherits:
Object
  • Object
show all
Includes:
Packwerk::OutputStyle
Defined in:
lib/packwerk/output_styles/plain.rb

Instance Method Summary collapse

Instance Method Details

#errorObject

: -> String



23
24
25
# File 'lib/packwerk/output_styles/plain.rb', line 23

def error
  ""
end

#filenameObject

: -> String



17
18
19
# File 'lib/packwerk/output_styles/plain.rb', line 17

def filename
  ""
end

#resetObject

: -> String



11
12
13
# File 'lib/packwerk/output_styles/plain.rb', line 11

def reset
  ""
end