Class: HasArrayScopes::Parser
- Inherits:
-
Object
- Object
- HasArrayScopes::Parser
- Defined in:
- lib/has_array_scopes/parser.rb
Instance Method Summary collapse
Instance Method Details
#parse(tags) ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/has_array_scopes/parser.rb', line 5 def parse case when String .split(/ *, */) else end end |