lib/mpg321.rb in mpg321-0.0.4 vs lib/mpg321.rb in mpg321-0.1.0

- old
+ new

@@ -44,9 +44,11 @@ @volume = volume end send_volume end - private def send_volume + private + + def send_volume @music_input.puts "G #{@volume}" end end