Method: Combustion::VersionGate.call
- Defined in:
- lib/combustion/version_gate.rb
.call(name, *constraints) ⇒ Object
7 8 9 |
# File 'lib/combustion/version_gate.rb', line 7 def self.call(name, *constraints) new(name).call(*constraints) end |