Exception: Rye::Key::BadFile

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rye/key.rb

Instance Method Summary collapse

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

#messageObject



6
# File 'lib/rye/key.rb', line 6

def message; "That ain't a no key. #{$/}#{@m}"; end