Rudy::Error
# File lib/rudy/routines.rb, line 48 def initialize(klass, actions) @klass, @actions = klass, [actions].flatten end
# File lib/rudy/routines.rb, line 51 def message; "#{@klass} does not support: #{@actions.join(', ')}"; end
[Validate]
Generated with the Darkfish Rdoc Generator 2.