Class: ImgToScript::AbstractToken::ProgramEnd
- Inherits:
-
ImgToScript::AbstractToken
- Object
- ImgToScript::AbstractToken
- ImgToScript::AbstractToken::ProgramEnd
- Defined in:
- lib/img_to_script/abstract_token/program_end.rb
Overview
Marks end of the program.
Instance Method Summary collapse
-
#initialize ⇒ ProgramEnd
constructor
A new instance of ProgramEnd.
Constructor Details
#initialize ⇒ ProgramEnd
Returns a new instance of ProgramEnd.
9 10 11 12 13 |
# File 'lib/img_to_script/abstract_token/program_end.rb', line 9 def initialize(**) @type = AbsTokenType::PROGRAM_END_LBL super end |