Method: Rapidfire.config

Defined in:
lib/rapidfire.rb

.config {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Rapidfire)

    the object that the method was called on



16
17
18
# File 'lib/rapidfire.rb', line 16

def self.config
  yield(self)
end