fix a few more rubocop offenses

This commit is contained in:
Florian Weingarten
2015-06-04 13:09:58 -04:00
parent b347fac3c0
commit 82269e2509
10 changed files with 31 additions and 37 deletions
-2
View File
@@ -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)