Module: SchemaUtils

Defined in:
lib/schema_utils.rb,
lib/schema_utils/version.rb

Constant Summary collapse

VERSION =
"0.0.2"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.persistent_schemasObject



14
15
16
# File 'lib/schema_utils.rb', line 14

def persistent_schemas
  @persistent_schemas || []
end

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (SchemaUtils)

    the object that the method was called on



10
11
12
# File 'lib/schema_utils.rb', line 10

def configure
  yield self if block_given?
end