Method: Fastaccess::Fastaccess.options_id_for
- Defined in:
- lib/fastaccess/fastaccess.rb
.options_id_for(class_name, method_name) ⇒ String
creates the id for the registered_options hash
105 106 107 |
# File 'lib/fastaccess/fastaccess.rb', line 105 def self.(class_name, method_name) "#{class_name}-#{method_name}" end |