Method: Determinator::Feature#structured?
- Defined in:
- lib/determinator/feature.rb
#structured? ⇒ true, false
Returns Is this feature using structured identification?.
41 42 43 |
# File 'lib/determinator/feature.rb', line 41 def structured? !!structured_bucket && !structured_bucket.empty? end |