Switch to aliasing methods

This commit is contained in:
Mike Angell
2019-08-31 20:32:07 +10:00
parent 0521d78b30
commit cbea19b59f
6 changed files with 37 additions and 37 deletions
+4
View File
@@ -80,3 +80,7 @@ require 'liquid/usage'
# Load all the tags of the standard library
#
Dir["#{__dir__}/liquid/tags/*.rb"].each { |f| require f }
# Load all usage tracking
#
Dir["#{__dir__}/liquid/usages/*.rb"].each { |f| require f }