Class: VER::Methods::Snippet::Scope
- Defined in:
- lib/ver/methods/snippet.rb
Constant Summary
Constants inherited from Struct
Instance Attribute Summary collapse
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Method Summary collapse
Methods inherited from Struct
Instance Attribute Details
#tags ⇒ Object
Returns the value of attribute tags
96 97 98 |
# File 'lib/ver/methods/snippet.rb', line 96 def @tags end |
Instance Method Details
#include?(scope) ⇒ Boolean
97 98 99 |
# File 'lib/ver/methods/snippet.rb', line 97 def include?(scope) .include?(scope) end |