Class: BinaryParser::NamelessTemplate

Inherits:
TemplateBase show all
Defined in:
lib/nameless_template.rb

Instance Method Summary collapse

Methods inherited from TemplateBase

Def, #[], #binary_bit_length, #content_description, #convert_into_abstract_binary, def_structure, #hold_enough_binary?, #hold_just_binary?, #method_missing, #names, #show, structure, #structure_bit_length, #to_chars, #to_i, #to_s

Constructor Details

#initialize(scope) ⇒ NamelessTemplate

Returns a new instance of NamelessTemplate.



3
4
5
# File 'lib/nameless_template.rb', line 3

def initialize(scope)
  @scope = scope
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class BinaryParser::TemplateBase