Method: MysqlConf#method_missing
- Defined in:
- lib/resources/mysql_conf.rb
#method_missing(name) ⇒ Object
61 62 63 64 |
# File 'lib/resources/mysql_conf.rb', line 61 def method_missing(name) @params || read_content @params[name.to_s] end |