Class: Exerb::Resource::VersionInfo::BlockType0

Inherits:
BlockBase
  • Object
show all
Defined in:
lib/exerb/resource/version_info.rb

Overview

Block

Instance Attribute Summary

Attributes inherited from BlockBase

#children, #key, #type, #unicode, #value

Instance Method Summary collapse

Methods inherited from BlockBase

#<<, #pack

Constructor Details

#initialize(key, value = '', unicode = false) ⇒ BlockType0

Returns a new instance of BlockType0.



130
131
132
# File 'lib/exerb/resource/version_info.rb', line 130

def initialize(key, value = '', unicode = false)
  super(0x0000, key, value, unicode)
end