Class: DevelopWithPassion::Expander::ArrayMutator

Inherits:
Object
  • Object
show all
Defined in:
lib/developwithpassion_expander/array_mutator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, block) ⇒ ArrayMutator

Returns a new instance of ArrayMutator.



6
7
8
9
# File 'lib/developwithpassion_expander/array_mutator.rb', line 6

def initialize(name,block)
  @name = name
  @block = block
end

Instance Attribute Details

#blockObject

Returns the value of attribute block.



4
5
6
# File 'lib/developwithpassion_expander/array_mutator.rb', line 4

def block
  @block
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/developwithpassion_expander/array_mutator.rb', line 4

def name
  @name
end