Exception: Kstarv::NoSuchFile
- Inherits:
-
StandardError
- Object
- StandardError
- Kstarv::NoSuchFile
- Defined in:
- lib/kstarv.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ NoSuchFile
constructor
A new instance of NoSuchFile.
- #message ⇒ Object
Constructor Details
#initialize(path) ⇒ NoSuchFile
Returns a new instance of NoSuchFile.
6 7 8 |
# File 'lib/kstarv.rb', line 6 def initialize path @path = path end |
Instance Method Details
#message ⇒ Object
10 11 12 |
# File 'lib/kstarv.rb', line 10 def "can not find #{@path}" end |