Ripper
Internal parser class @since 0.5.6
# File lib/yard/parser/ruby/ruby_parser.rb, line 29 def initialize(source, filename, *args) super @last_ns_token = nil @file = filename @source = source @tokens = [] @comments = {} @comments_flags = {} @heredoc_tokens = [] @map = {} @ns_charno = 0 @list = [] @charno = 0 @groups = [] @shebang_line = nil @encoding_line = nil end
Generated with the Darkfish Rdoc Generator 2.