15 16 17 18 19
# File 'lib/presenter/core.rb', line 15 def key(*args) key = Key.new(*args) keys[key.name.to_sym] = key create_accessors_for(key) end