Commit 241468361bf6a736fff3f32aeca6ab95752888c6
- Diff rendering mode:
- inline
- side by side
src/amarok_proxy.rb
(0 / 3)
|   | |||
| 174 | 174 | ||
| 175 | 175 | def myputs( string ) | |
| 176 | 176 | $stdout.puts( "AMAROK_PROXY: #{string}" ) | |
| 177 | f = open('/tmp/test.ruby', File::WRONLY | File::APPEND | File::CREAT ) | ||
| 178 | f.puts( string ) | ||
| 179 | f.close | ||
| 180 | 177 | end | |
| 181 | 178 | ||
| 182 | 179 | begin |

