Parent

Methods

Class/Module Index [+]

Quicksearch

Rudy::Routines::UnsupportedActions

Public Class Methods

new(klass, actions) click to toggle source
# File lib/rudy/routines.rb, line 48
def initialize(klass, actions)
  @klass, @actions = klass, [actions].flatten
end

Public Instance Methods

message() click to toggle source
# File lib/rudy/routines.rb, line 51
def message; "#{@klass} does not support: #{@actions.join(', ')}"; end

[Validate]

Generated with the Darkfish Rdoc Generator 2.