Searched refs:RubyLex (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_ruby_lex.rb19 tokens = RDoc::RubyLex.tokenize "def x() end", nil
36 tokens = RDoc::RubyLex.tokenize '__END__', nil
47 tokens = RDoc::RubyLex.tokenize "?\\", nil
58 tokens = RDoc::RubyLex.tokenize <<-'RUBY', nil
84 tokens = RDoc::RubyLex.tokenize '{ class:"foo" }', nil
101 tokens = RDoc::RubyLex.tokenize <<-RUBY, nil
123 tokens = RDoc::RubyLex.tokenize <<-'RUBY', nil
145 tokens = RDoc::RubyLex.tokenize <<-'RUBY', nil
166 tokens = RDoc::RubyLex.tokenize <<-'RUBY', nil
185 tokens = RDoc::RubyLex
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/
H A Drdoc.rb148 autoload :RubyLex, 'rdoc/ruby_lex'
H A Dirb.rb433 @scanner = RubyLex.new
605 raise RubyLex::TerminateLineInput
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Druby-lex.rb17 class RubyLex class
377 print "\\n\n" if RubyLex.debug?
735 printf "MATCH: start %s: %s\n", op, io.inspect if RubyLex.debug?
741 printf "MATCH: end %s: %s\n", op, io.inspect if RubyLex.debug?
745 p @OP if RubyLex.debug?
782 print ":", ch, ":" if RubyLex.debug?
806 print token, "\n" if RubyLex.debug?
955 RubyLex.fail SyntaxError, "unknown type of %string"
987 RubyLex.fail SyntaxError, "Invalid octal digit"
998 RubyLex
[all...]
H A Dcontext.rb370 RubyLex.debug_level = value
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Druby_lex.rb21 class RDoc::RubyLex
68 scanner = RDoc::RubyLex.new ruby, options
451 print "\\n\n" if RDoc::RubyLex.debug?
821 printf "MATCH: start %s: %s\n", op, io.inspect if RDoc::RubyLex.debug?
827 printf "MATCH: end %s: %s\n", op, io.inspect if RDoc::RubyLex.debug?
831 p @OP if RDoc::RubyLex.debug?
875 print " :#{ch}: " if RDoc::RubyLex.debug?
900 print token, "\n" if RDoc::RubyLex.debug?
1042 token_class = output_heredoc ? RDoc::RubyLex::TkHEREDOC : Ltype2Token[lt]
1351 #RDoc::RubyLex
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dirbtkw.rbw149 irb_thread.raise RubyLex::TerminateLineInput
/macosx-10.9.5/ruby-104/ruby/lib/irb/ext/
H A Dmulti-irb.rb268 IRB.JobManager.thread(self).raise RubyLex::TerminateLineInput
/macosx-10.9.5/vim-53/runtime/autoload/
H A Drubycomplete.vim702 /^(IRB|SLex|RubyLex|RubyToken)/ =~ m.name
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/parser/
H A Druby.rb164 @scanner = RDoc::RubyLex.new content, @options

Completed in 192 milliseconds