mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 18:25:41 +03:00
Add Liquid::Tag#tag_name
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module Liquid
|
||||
class Tag
|
||||
attr_accessor :options, :line_number
|
||||
attr_reader :nodelist, :warnings
|
||||
attr_reader :nodelist, :warnings, :tag_name
|
||||
include ParserSwitching
|
||||
|
||||
class << self
|
||||
|
||||
Reference in New Issue
Block a user