lib/vernacular/ast.rb in vernacular-ast-0.1.0 vs lib/vernacular/ast.rb in vernacular-ast-0.1.1
- old
+ new
@@ -24,10 +24,10 @@
end
)
Vernacular::BootsnapMixin.prepend(
Module.new do
- def input_to_storage(_, filepath)
+ def input_to_storage(_content, filepath)
if filepath == PARSER_PATH
raise ::Bootsnap::CompileCache::Uncompilable, "can't compile parser"
end
super