Methods

Class/Module Index [+]

Quicksearch

Rudy::Guidelines

Constants

ABA
AFE
CBC
UNO
WOC

Public Instance Methods

inspect() click to toggle source
# File lib/rudy/guidelines.rb, line 11
def inspect
  all = Guidelines.constants
  g = all.collect { |c| '%s="%s"' % [c, const_get(c)] }
  %{#<Rudy::Guidelines:0x%s %s>} % [self.object_id, g.join(' ')]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.