From 0ecda987aa73799dd45c423b5a1b7d28f595ca17 Mon Sep 17 00:00:00 2001 From: JaniJegoroff Date: Mon, 27 Apr 2015 19:02:17 +0100 Subject: [PATCH] Rubocop - Style/BlockComments --- ios_tests/lib/format.rb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/ios_tests/lib/format.rb b/ios_tests/lib/format.rb index bd561b1e..26860b0f 100644 --- a/ios_tests/lib/format.rb +++ b/ios_tests/lib/format.rb @@ -15,11 +15,9 @@ puts end -=begin # for Pry -class Object - def must_equal b - raise 'not equal' unless self == b - end -end -=end \ No newline at end of file +# class Object +# def must_equal b +# raise 'not equal' unless self == b +# end +# end