lib/samovar/flags.rb in samovar-1.9.1 vs lib/samovar/flags.rb in samovar-1.9.2

- old
+ new

@@ -65,9 +65,10 @@ if text =~ /(.*?)\s(\<.*?\>)/ @prefix = $1 @value = $2 else @prefix = @text + @value = nil end *@alternatives, @prefix = @prefix.split('/') end