Method: Identity::Gateway.configure
- Defined in:
- lib/identity/gateway.rb
.configure {|configuration| ... } ⇒ Object
Configure block.
Returns
-
void
30 31 32 |
# File 'lib/identity/gateway.rb', line 30 def self.configure yield(configuration) end |