Method: Commentui.configure

Defined in:
lib/commentui.rb

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Commentui)

    the object that the method was called on



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

def self.configure
  yield self
end