Method: Exerb::Resource::VersionInfo::BlockType0#initialize
- Defined in:
- lib/exerb/resource/version_info.rb
#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 |