mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 02:40:41 -07:00
fix a few more rubocop offenses
This commit is contained in:
@@ -57,8 +57,6 @@ module Liquid
|
||||
|
||||
alias_method :[], :invoke_drop
|
||||
|
||||
private
|
||||
|
||||
# Check for method existence without invoking respond_to?, which creates symbols
|
||||
def self.invokable?(method_name)
|
||||
invokable_methods.include?(method_name.to_s)
|
||||
|
||||
Reference in New Issue
Block a user