Class: RubyLsp::Ree::NodeVisitor

Inherits:
Psych::Visitors::ToRuby
  • Object
show all
Defined in:
lib/ruby_lsp/ruby_lsp_ree/utils/yaml_file_parser.rb

Instance Method Summary collapse

Instance Method Details

#visit_Psych_Nodes_Scalar(o) ⇒ Object



6
7
8
# File 'lib/ruby_lsp/ruby_lsp_ree/utils/yaml_file_parser.rb', line 6

def visit_Psych_Nodes_Scalar(o)
  register(o, OpenStruct.new(value: deserialize(o), line: o.start_line, column: o.start_column))
end