Class: Slippers::AttributeWithExpressionOptionNode

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Includes:
AttributeToRenderNode
Defined in:
lib/engine/slippers_nodes.rb

Instance Method Summary collapse

Methods included from AttributeToRenderNode

#attribute, #eval, #render, #substitue_null_values, #to_sym, #value_of

Instance Method Details

#null_valuesObject



54
55
56
# File 'lib/engine/slippers_nodes.rb', line 54

def null_values
  null_subtitute.nulls.to_s if null_subtitute.elements
end

#seperatorObject



51
52
53
# File 'lib/engine/slippers_nodes.rb', line 51

def seperator
  seperator_value.seps.to_s if seperator_value.elements
end