Method: WindowProtectRecord#initialize
- Defined in:
- lib/surpass/biff_record.rb
#initialize(protect) ⇒ WindowProtectRecord
Returns a new instance of WindowProtectRecord.
245 246 247 |
# File 'lib/surpass/biff_record.rb', line 245 def initialize(protect) @record_data = [protect].pack('v') end |