lib/beet/interaction.rb in whtt-eric-beet-0.6.10 vs lib/beet/interaction.rb in whtt-eric-beet-0.6.11
- old
+ new
@@ -5,10 +5,10 @@
# ==== Example
#
# say("This is the default. You probably shouldn't change it.")
#
def say(string)
- puts "\n#{string}"
+ puts "#{string}"
end
# Get a user's input
#
# ==== Example