Method: Waylon::SenseRegistry#to_hash
- Defined in:
- lib/waylon/sense_registry.rb
#to_hash ⇒ Hash
Provides a Hash version of this registry
28 29 30 |
# File 'lib/waylon/sense_registry.rb', line 28 def to_hash (@senses || {}).dup end |