Exception: Gel::Error::NoGemfile
- Defined in:
- lib/gel/error.rb
Instance Method Summary collapse
-
#initialize(path:) ⇒ NoGemfile
constructor
A new instance of NoGemfile.
- #message ⇒ Object
Methods inherited from UserError
Methods included from ReportableError
Constructor Details
#initialize(path:) ⇒ NoGemfile
Returns a new instance of NoGemfile.
156 157 158 |
# File 'lib/gel/error.rb', line 156 def initialize(path:) super end |
Instance Method Details
#message ⇒ Object
160 161 162 |
# File 'lib/gel/error.rb', line 160 def "No Gemfile found in #{self[:path].inspect}" end |