lib/htmlcompressor/compressor.rb in htmlcompressor-0.0.2 vs lib/htmlcompressor/compressor.rb in htmlcompressor-0.0.3
- old
+ new
@@ -770,11 +770,9 @@
end
html
end
- private
-
def message_format(message, *params)
message.gsub(/\{(\d+),number,#\}/) do
params[$1.to_i]
end
end
\ No newline at end of file