Type:
Class

class Sort < Cat

1
2
3
4
5
6
7
8
9
10
11
def initialize(sh, *filenames)
  super
end
 
def each(rs = nil)
  ary = []
  super{|l|       ary.push l}
  for l in ary.sort!
  yield l
  end
end

end

input=
  • References/Ruby on Rails/Ruby/Classes/Shell/Shell::AppendIO

input=(filter) Instance Public methods

2025-01-10 15:47:30
new
  • References/Ruby on Rails/Ruby/Classes/Shell/Shell::AppendIO

new(sh, io, filter) Class Public methods

2025-01-10 15:47:30