Module: Relix::Keyer
- Defined in:
- lib/relix/keyer.rb
Defined Under Namespace
Classes: Compact, Legacy, Standard
Class Method Summary collapse
Class Method Details
.default_for(klass) ⇒ Object
11 12 13 14 |
# File 'lib/relix/keyer.rb', line 11 def self.default_for(klass) dk = Relix.default_keyer dk.first.new(klass, dk.last) end |