Method: Rdm::ConfigScope#method_missing
- Defined in:
- lib/rdm/config_scope.rb
#method_missing(method_name, *_args) ⇒ Object
14 15 16 |
# File 'lib/rdm/config_scope.rb', line 14 def method_missing(method_name, *_args) read_attribute(method_name) end |