Class: Solid::Tag

Inherits:
Liquid::Tag
  • Object
show all
Includes:
Element
Defined in:
lib/solid/tag.rb

Instance Method Summary collapse

Methods included from Element

included

Instance Method Details

#render(context) ⇒ Object



5
6
7
8
9
# File 'lib/solid/tag.rb', line 5

def render(context)
  with_context(context) do
    display(*arguments.interpolate(context))
  end
end