class Bytewise::Ast::Tags::Section

Public Instance Methods

render(*args) click to toggle source
# File lib/brace_markup/ast/tags/section.rb, line 5
def render(*args)
  @body.render(*args)
end