Method: ThemeCheck::LiquidNode#type_name
- Defined in:
- lib/theme_check/liquid_node.rb
#type_name ⇒ Object
The ‘:under_score_name` of this type of node. Used to dispatch to the `on_<type_name>` and `after_<type_name>` check methods.
193 194 195 |
# File 'lib/theme_check/liquid_node.rb', line 193 def type_name @type_name ||= StringHelpers.underscore(StringHelpers.demodulize(@value.class.name)).to_sym end |