diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1999-10-21 07:52:15 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1999-10-21 07:52:15 +0000 |
| commit | c651f107a513d6e910ad0b3dfe7cacaa50dad3ba (patch) | |
| tree | 0a16ac56c71b41380f038bac99362e33b3d19b18 /ToDo | |
| parent | f10725266ba028321bce003af3a7d05015e287d5 (diff) | |
| download | ruby-c651f107a513d6e910ad0b3dfe7cacaa50dad3ba.tar.gz ruby-c651f107a513d6e910ad0b3dfe7cacaa50dad3ba.tar.xz ruby-c651f107a513d6e910ad0b3dfe7cacaa50dad3ba.zip | |
RUBYOPT
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
| -rw-r--r-- | ToDo | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -16,7 +16,8 @@ Language Spec. Hacking Interpreter -* RUBYOPT environment variable +- use eban's fnmatch +- RUBYOPT environment variable * non-blocking open (e.g. for named pipe) for thread * avoid blocking with gethostbyname/gethostbyaddr * objectify interpreters @@ -36,7 +37,7 @@ Standard Libraries * Object#fmt(?) * Time::strptime * Integer[num], Float[num]; Fixnum[num]? -* method to detect non-number trailer for to_i/to_f. +* method to retrieve non-number trailer for to_i/to_f. * Stream or Port, abstract superclass of IO ? * String#{pred,prev}, String#downto * optional stepsize argument for succ() |
