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
|
value
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def _n_(value=999999)
|
||||||
|
value
|
||||||
|
end
|
||||||
|
|
||||||
def ___(value=FillMeInError)
|
def ___(value=FillMeInError)
|
||||||
value
|
value
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user