Method: Object.const_missing
- Defined in:
- lib/ex/defmodule.rb
.const_missing(name) ⇒ Object
64 65 66 |
# File 'lib/ex/defmodule.rb', line 64 def self.const_missing(name) name end |
64 65 66 |
# File 'lib/ex/defmodule.rb', line 64 def self.const_missing(name) name end |