Skip to content

Commit d41ccdd

Browse files
committed
Sprockets legacy processor interface
Two arguments get passed in, so we need to arguments in the interface.
1 parent db18a25 commit d41ccdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/scss_project/config/initializers/postprocessor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def initialize(filename, &block)
55
@source = block.call
66
end
77

8-
def render(context)
8+
def render(context, _)
99
self.class.run(@source)
1010
end
1111

0 commit comments

Comments
 (0)