Fix coding standards

This commit is contained in:
Thibault Jouan 2014-09-22 21:37:37 +00:00
parent 0f5f64d5fc
commit a60140a1d4

View File

@ -28,7 +28,7 @@ module Producer
def macro(name, &block) def macro(name, &block)
define_singleton_method(name) do |*args| define_singleton_method(name) do |*args|
task("#{name}", *args, &block) task "#{name}", *args, &block
end end
end end