mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
9 lines
107 B
Ruby
9 lines
107 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Liquid
|
|
module Usage
|
|
def self.increment(name)
|
|
end
|
|
end
|
|
end
|