class Solargraph::Parser::Snippet

def initialize range, text

def initialize range, text
  @range = range
  @text = text
end