lib/helpers.rb in encbs-0.2.4.2 vs lib/helpers.rb in encbs-0.2.4.3
- old
+ new
@@ -1,18 +1,4 @@
-class Formatador
- def display_line string = ''
- super string if $PRINT_VERBOSE
- end
-
- def display string = ''
- super string if $PRINT_VERBOSE
- end
-
- def display_lines lines = []
- super lines if $PRINT_VERBOSE
- end
-end
-
def puts_fail(msg)
STDERR.puts "#{"Error! ".red}#{msg}"
exit msg.length
end