Method: Configuration#configuration

Defined in:
lib/helpers/configuration.rb

#configuration {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Configuration)

    the object that the method was called on



5
6
7
# File 'lib/helpers/configuration.rb', line 5

def configuration
  yield self
end