Skip to content

Commit

Permalink
Rubocop - Style/BlockComments
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniJegoroff committed Apr 27, 2015
1 parent 6dc9ee1 commit 0ecda98
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions ios_tests/lib/format.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
puts
end

=begin
# for Pry
class Object
def must_equal b
raise 'not equal' unless self == b
end
end
=end
# class Object
# def must_equal b
# raise 'not equal' unless self == b
# end
# end

0 comments on commit 0ecda98

Please sign in to comment.