Changeset 239

Show
Ignore:
Timestamp:
12/15/06 11:39:15 (2 years ago)
Author:
sacha
Message:

removed puts

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/message-handling-refactor-branch/src/taskers/hefeweizen_tasker_application_dir_observer.rb

    r227 r239  
    7676        if !@pipe_to_monitor.nil? then 
    7777          f = File.open @pipe_to_monitor, "w" 
    78           f.puts string 
     78          f << string 
    7979          f.close 
    8080        else 
     
    133133           
    134134              command = HefeWeizen::HefeWeizenLibrary::HefeWeizenCommand.hash_to_command command_hash 
    135               puts command 
    136135              write_to_ania command 
    137136