Class: FEEL::BacktickName

Inherits:
Node
  • Object
show all
Defined in:
lib/feel/nodes.rb

Instance Method Summary collapse

Methods inherited from Node

#access_property, #qualified_names_in_context, #raise_evaluation_error

Instance Method Details

#eval(_context = {}) ⇒ Object



337
338
339
340
# File 'lib/feel/nodes.rb', line 337

def eval(_context = {})
  # Extract content between backticks
  content.text_value
end