class RDoc::Parser::Ruby
def tk_nl?(tk)
def tk_nl?(tk) :on_nl == tk[:kind] or :on_ignored_nl == tk[:kind] end
Instance Methods
- # collect_first_comment
- # consume_trailing_spaces
- # create_attr
- # create_module_alias
- # error
- # get_bool
- # get_class_or_module
- # get_class_specification
- # get_constant
- # get_end_token
- # get_included_module_with_optional_parens
- # get_method_container
- # get_symbol_or_name
- # get_tkread_clean
- # get_visibility_information
- # initialize
- # look_for_directives_in
- # make_message
- # new_comment
- # parse_alias
- # parse_attr
- # parse_attr_accessor
- # parse_call_parameters
- # parse_class
- # parse_class_regular
- # parse_class_singleton
- # parse_comment
- # parse_comment_attr
- # parse_comment_ghost
- # parse_comment_tomdoc
- # parse_constant
- # parse_constant_body
- # parse_constant_visibility
- # parse_extend_or_include
- # parse_identifier
- # parse_included_with_activesupport_concern
- # parse_meta_attr
- # parse_meta_method
- # parse_meta_method_name
- # parse_meta_method_params
- # parse_method
- # parse_method_dummy
- # parse_method_name
- # parse_method_name_regular
- # parse_method_name_singleton
- # parse_method_or_yield_parameters
- # parse_method_parameters
- # parse_method_params_and_body
- # parse_module
- # parse_require
- # parse_rescue
- # parse_statements
- # parse_symbol_arg
- # parse_symbol_arg_paren
- # parse_symbol_arg_space
- # parse_symbol_in_arg
- # parse_top_level_statements
- # parse_visibility
- # parse_yield
- # read_directive
- # read_documentation_modifiers
- # record_location
- # retrieve_comment_body
- # scan
- # skip_for_variable
- # skip_method
- # skip_optional_do_after_expression
- # skip_parentheses
- # skip_tkspace_comment
- # suppress_parents
- # tk_nl?
- # update_visibility
- # warn