[Source]
# File lib/uttk/path_filters/RemoveTypes.rb, line 14 def filter ( path, leaf ) path.each do |seg| seg.options.delete :type end [path, leaf] end
[Validate]