Renamed method
authorJim Weirich <jim.weirich@gmail.com>
Fri, 27 Aug 2010 13:11:51 +0000 (09:11 -0400)
committerJim Weirich <jim.weirich@gmail.com>
Fri, 27 Aug 2010 13:35:33 +0000 (09:35 -0400)
src/edgecase.rb

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