Method: Fast::FindFromArgument#arguments=

Defined in:
lib/fast.rb

#arguments=(value) ⇒ Object (writeonly)

Sets the attribute arguments

Parameters:

  • value

    the value to set the attribute arguments to.



552
553
554
# File 'lib/fast.rb', line 552

def arguments=(value)
  @arguments = value
end