Method: WordCountRecursive::Command#wcr

Defined in:
lib/wcr/command.rb

#wcrObject



15
16
17
# File 'lib/wcr/command.rb', line 15

def wcr
  @command.each {|line| puts line.chomp }
end