# 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.