module Pione::Lang::ComplexFeatureMethod
Public Instance Methods
feature_type()
click to toggle source
# File lib/pione/lang/feature-expr.rb, line 117 def feature_type pieces.inject(:both) {|t, piece| t == :both ? piece.feature_type : t} end