Method: Map#copy

Defined in:
lib/IFMapper/Map.rb

#copy(b) ⇒ Object



133
134
135
136
137
138
139
140
141
# File 'lib/IFMapper/Map.rb', line 133

def copy(b)
  @section  = b.section
  @sections = b.sections
  @name     = b.name
  @creator  = b.creator
  @width    = b.width
  @height   = b.height
  @date     = b.date
end