class Rabbit::UnknownCursorTypeError
Attributes
type[R]
Public Instance Methods
intialize(type)
click to toggle source
Calls superclass method
# File lib/rabbit/rabbit.rb, line 244 def intialize(type) @type = type super(_("unknown cursor type: %s") % @type) end