Renamed method

This commit is contained in:
Jim Weirich
2010-08-27 09:11:51 -04:00
parent 36f93c6c63
commit e6fc8f6434

View File

@@ -121,7 +121,7 @@ module EdgeCase
end end
puts puts
end end
puts Color.green(say_something_zenlike) puts Color.green(a_zenlike_statement)
end end
def find_interesting_lines(backtrace) def find_interesting_lines(backtrace)
@@ -132,7 +132,7 @@ module EdgeCase
# Hat's tip to Ara T. Howard for the zen statements from his # Hat's tip to Ara T. Howard for the zen statements from his
# metakoans Ruby Quiz (http://rubyquiz.com/quiz67.html) # metakoans Ruby Quiz (http://rubyquiz.com/quiz67.html)
def say_something_zenlike def a_zenlike_statement
puts puts
if !failed? if !failed?
zen_statement = "Mountains are again merely mountains" zen_statement = "Mountains are again merely mountains"