lib/rubytutor.rb in rubytutor-0.1.0 vs lib/rubytutor.rb in rubytutor-0.1.1
- old
+ new
@@ -53,10 +53,10 @@
variable_text(object, text)
text << "Mutable? #{object.frozen? ? 'No' : 'Yes'}"
text << "Object ID: #{object.object_id}"
- text << "Inhertits From: #{ancestors}"
+ text << "Inherits From: #{ancestors}"
text << ''
end
# Not pretty, but this is the method that determines which strings will go
# Into each 'explain' or 'explain_full' call