Class: RubyLexer::KwParamListEndToken

Inherits:
ZwToken show all
Defined in:
lib/rubylexer/token.rb

Overview


Instance Attribute Summary

Attributes inherited from Token

#allow_ooo_offset, #as, #ident, #offset, #tag

Instance Method Summary collapse

Methods inherited from ZwToken

#initialize, #ws_munge

Methods inherited from IgnoreToken

#ws_munge

Methods inherited from Token

#error, #has_no_block?, #initialize, #to_s, #ws_munge

Constructor Details

This class inherits a constructor from RubyLexer::ZwToken

Instance Method Details

#explicit_formObject



563
564
565
# File 'lib/rubylexer/token.rb', line 563

def explicit_form
  nil
end

#explicit_form_allObject



560
561
562
# File 'lib/rubylexer/token.rb', line 560

def explicit_form_all
  "#))#"
end