lib/zenlish/feature/feature_struct.rb in zenlish-0.2.05 vs lib/zenlish/feature/feature_struct.rb in zenlish-0.2.06

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + require_relative 'feature_value' require_relative 'feature' module Zenlish module Feature @@ -19,6 +21,6 @@ feats end end # class end # module -end # module \ No newline at end of file +end # module