Methods

Class/Module Index [+]

Quicksearch

Rabbit::NotFileError

Attributes

name[R]

Public Class Methods

new(name) click to toggle source
# File lib/rabbit/rabbit.rb, line 149
def initialize(name)
  @name = name
  super(_("not a file: %s") % @name)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.