Module: Babl::Operators::Static::DSL

Included in:
Template
Defined in:
lib/babl/operators/static.rb

Instance Method Summary collapse

Instance Method Details

#static(value) ⇒ Object

Create a static JSON value



6
7
8
# File 'lib/babl/operators/static.rb', line 6

def static(value)
    construct_terminal { StaticNode.new(value) }
end