Flowdock
method

extra_args=

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: Command
extra_args=(value) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/command.rb, line 71
  def self.extra_args=(value)
    case value
    when Array
      @extra_args = value
    when String
      @extra_args = value.split
    end
  end
Register or log in to add new notes.