Class: Marker::InlineArgument
- Inherits:
-
Argument
- Object
- Treetop::Runtime::SyntaxNode
- ParseNode
- Argument
- Marker::InlineArgument
- Defined in:
- lib/marker/templates.rb
Overview
allow the grammar to distinguish between argument styles, but they render no differently at the argument level. these allow a template to decide whether it needs to be wrapped in a div for html output.
Instance Method Summary collapse
Methods inherited from Argument
Methods inherited from Treetop::Runtime::SyntaxNode
Instance Method Details
#block? ⇒ Boolean
145 146 147 |
# File 'lib/marker/templates.rb', line 145 def block? false end |