Module: Schmooze::JavaScript
- Defined in:
- lib/schmooze/errors.rb
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.const_missing(name) ⇒ Object
7 8 9 |
# File 'lib/schmooze/errors.rb', line 7 def self.const_missing(name) const_set(name, Class.new(Error)) end |