Method: Split::Configuration#algorithm=

Defined in:
lib/split/configuration.rb

#algorithm=(value) ⇒ Object

Sets the attribute algorithm

Parameters:

  • value

    the value to set the attribute algorithm to.



15
16
17
# File 'lib/split/configuration.rb', line 15

def algorithm=(value)
  @algorithm = value
end