Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/sushi_fabric/sushiApp.rb
Instance Method Summary collapse
Instance Method Details
#tag?(tag) ⇒ Boolean
149 150 151 |
# File 'lib/sushi_fabric/sushiApp.rb', line 149 def tag?(tag) scan(/\[(.*)\]/).flatten.join =~ /#{tag}/ end |