Module: Sprockets::EngineError
- Defined in:
- lib/sprockets/errors.rb
Instance Attribute Summary collapse
-
#sprockets_annotation ⇒ Object
Returns the value of attribute sprockets_annotation.
Instance Method Summary collapse
Instance Attribute Details
#sprockets_annotation ⇒ Object
Returns the value of attribute sprockets_annotation.
12 13 14 |
# File 'lib/sprockets/errors.rb', line 12 def sprockets_annotation @sprockets_annotation end |
Instance Method Details
#message ⇒ Object
14 15 16 |
# File 'lib/sprockets/errors.rb', line 14 def [super, sprockets_annotation].compact.join("\n") end |