module Solargraph::Parser
Constants
- NodeMethods
Public Class Methods
rubyvm?()
click to toggle source
True if the parser can use RubyVM.
# File lib/solargraph/parser.rb, line 15 def self.rubyvm? !!defined?(RubyVM::AbstractSyntaxTree) # false end