lib/style_stats.rb in style_stats-0.2.0 vs lib/style_stats.rb in style_stats-0.3.0
- old
+ new
@@ -34,10 +34,11 @@
end
private
def options
{
- format: @options[:format]
+ format: @options[:format],
+ template: @options[:template]
}
end
end
require 'style_stats/version'