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