Parent

Methods

Class/Module Index [+]

Quicksearch

Rudy::Error

Public Class Methods

new(obj=nil) click to toggle source
# File lib/rudy/exceptions.rb, line 4
def initialize(obj=nil); @obj = obj; end

Public Instance Methods

message() click to toggle source
# File lib/rudy/exceptions.rb, line 5
def message; "#{self.class}: #{@obj}"; end

[Validate]

Generated with the Darkfish Rdoc Generator 2.