class Solargraph::Parser::Snippet

Attributes

range[R]
text[R]

Public Class Methods

new(range, text) click to toggle source
# File lib/solargraph/parser/snippet.rb, line 7
def initialize range, text
  @range = range
  @text = text
end