[DOC] Stop document Ripper::Lexer
`:nodoc:` seems not working for inner classes.
This commit is contained in:
parent
970513f677
commit
871124c3ea
@ -53,6 +53,7 @@ class Ripper
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Lexer < ::Ripper #:nodoc: internal use only
|
class Lexer < ::Ripper #:nodoc: internal use only
|
||||||
|
# :stopdoc:
|
||||||
class State
|
class State
|
||||||
attr_reader :to_int, :to_s
|
attr_reader :to_int, :to_s
|
||||||
|
|
||||||
@ -258,6 +259,7 @@ class Ripper
|
|||||||
(SCANNER_EVENTS.map {|event|:"on_#{event}"} - private_instance_methods(false)).each do |event|
|
(SCANNER_EVENTS.map {|event|:"on_#{event}"} - private_instance_methods(false)).each do |event|
|
||||||
alias_method event, :_push_token
|
alias_method event, :_push_token
|
||||||
end
|
end
|
||||||
|
# :startdoc:
|
||||||
end
|
end
|
||||||
|
|
||||||
# [EXPERIMENTAL]
|
# [EXPERIMENTAL]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user