Class: ImgToScript::AbstractToken::ProgramBegin

Inherits:
ImgToScript::AbstractToken show all
Defined in:
lib/img_to_script/abstract_token/program_begin.rb

Overview

Marks begin of the program.

Instance Method Summary collapse

Constructor Details

#initializeProgramBegin

Returns a new instance of ProgramBegin.



9
10
11
12
13
# File 'lib/img_to_script/abstract_token/program_begin.rb', line 9

def initialize(**)
  @type = AbsTokenType::PROGRAM_BEGIN

  super
end