Method: Guard::Internals::Scope#to_hash
- Defined in:
- lib/guard/internals/scope.rb
#to_hash ⇒ Object
12 13 14 15 16 17 |
# File 'lib/guard/internals/scope.rb', line 12 def to_hash { plugins: _hashify_scope(:plugin), groups: _hashify_scope(:group) }.dup.freeze end |