Method: Sheet::Copy#initialize

Defined in:
lib/sheet/copy.rb

#initialize(name) ⇒ Copy

Returns a new instance of Copy.



5
6
7
# File 'lib/sheet/copy.rb', line 5

def initialize(name)
  @name = name
end