diff options
Diffstat (limited to 'lib/shell/builtin-command.rb')
-rw-r--r-- | lib/shell/builtin-command.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/shell/builtin-command.rb b/lib/shell/builtin-command.rb index db1adfa48b..038da08e82 100644 --- a/lib/shell/builtin-command.rb +++ b/lib/shell/builtin-command.rb @@ -1,5 +1,5 @@ # -# shell/builtin-command.rb - +# shell/builtin-command.rb - # $Release Version: 0.6.0 $ # $Revision$ # $Date$ @@ -7,7 +7,7 @@ # # -- # -# +# # require "shell/filter" @@ -27,7 +27,7 @@ class Shell super sh @strings = strings end - + def each(rs = nil) rs = @shell.record_separator unless rs for str in @strings |