Method: Assert::Config.method_missing
- Defined in:
- lib/assert.rb
.method_missing(m, *a, &b) ⇒ Object
map any class methods to the singleton
34 |
# File 'lib/assert.rb', line 34 def self.method_missing(m, *a, &b); self.instance.send(m, *a, &b); end |