Skip to content

Commit

Permalink
s/bar/baz
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepto committed Apr 8, 2012
1 parent 5330627 commit 65bfe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do_something.rb
Expand Up @@ -3,7 +3,7 @@
class SomeClass
def foo
puts "foo"
puts "bar"
puts "baz"
puts self
end

Expand Down

0 comments on commit 65bfe75

Please sign in to comment.