Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelakey committed Feb 6, 2012
1 parent af0011b commit 848eb2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ex42.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def play()
while true
puts "\n----------"
room = method(next_room)
next_room = room.call()
end
end

Expand Down Expand Up @@ -146,7 +147,7 @@ def the_bridge()
return :escape_pod
else
puts "DOES NOT COMPUTE!"
return :the bridge
return :the_bridge
end
end

Expand Down

0 comments on commit 848eb2c

Please sign in to comment.