mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Added a numeric fill in method (_n_)
This commit is contained in:
@@ -10,6 +10,10 @@ def __(value="FILL ME IN")
|
||||
value
|
||||
end
|
||||
|
||||
def _n_(value=999999)
|
||||
value
|
||||
end
|
||||
|
||||
def ___(value=FillMeInError)
|
||||
value
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user