Method: Mustermann::Expander#expandable?
- Defined in:
- lib/mustermann/expander.rb
#expandable?(values) ⇒ Boolean
174 175 176 177 178 |
# File 'lib/mustermann/expander.rb', line 174 def (values) return false unless values , _ = split_values(map_values(values)) . end |