Method: Jsonoid.configure

Defined in:
lib/jsonoid.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Jsonoid)

    the object that the method was called on



13
14
15
# File 'lib/jsonoid.rb', line 13

def configure
  yield self
end