mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Renamed method
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user