Exception: Rye::Key::BadFile
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Rye::Key::BadFile
- Defined in:
- lib/rye/key.rb
Instance Method Summary collapse
-
#initialize(m) ⇒ BadFile
constructor
A new instance of BadFile.
- #message ⇒ Object
Constructor Details
#initialize(m) ⇒ BadFile
Returns a new instance of BadFile.
5 |
# File 'lib/rye/key.rb', line 5 def initialize(m); @m = m; end |
Instance Method Details
#message ⇒ Object
6 |
# File 'lib/rye/key.rb', line 6 def ; "That ain't a no key. #{$/}#{@m}"; end |