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.



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

def initialize(m); @m = m; end

Instance Method Details

#messageObject



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

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