lib/rudy/guidelines.rb in rudy-0.8.4 vs lib/rudy/guidelines.rb in rudy-0.8.5
- old
+ new
@@ -8,10 +8,10 @@
CBC = "Consistency before cuteness"
UNO = "Ugly's not okay"
def inspect
all = Guidelines.constants
g = all.collect { |c| '%s="%s"' % [c, const_get(c)] }
- %q{#<Rudy::Guidelines:%s %s>} % [self.object_id, g.join(' ')]
+ %q{#<Rudy::Guidelines:0x%s %s>} % [self.object_id, g.join(' ')]
end
end
end
puts Rudy::Guidelines.inspect if __FILE__ == $0
\ No newline at end of file