class ScbiGo::Header

Attributes

format_version[RW]

Public Class Methods

new(header) click to toggle source
# File lib/scbi_go/header.rb, line 6
def initialize(header)
        @format_version=header['format-version']
end

Public Instance Methods

inspect() click to toggle source
# File lib/scbi_go/header.rb, line 10
def inspect
        puts "GO HEADER: #{@format_version}"
end