mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 00:40:40 -07:00
* Enabled frozen string literals * Update rubocop config * Prefer string interpolation in simple cases Co-Authored-By: Dylan Thacker-Smith <[email protected]>
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
|