Updates source to be consistent with the _n_ changes.

This commit is contained in:
Jim Weirich
2010-04-20 16:25:19 -04:00
parent f0b1560f34
commit c40424e9a4
3 changed files with 7 additions and 3 deletions

View File

@@ -10,6 +10,10 @@ def __(value="FILL ME IN")
value
end
def _n_(value=999999)
value
end
def ___(value=FillMeInError)
value
end