15 16 17
# File 'lib/uk_postcode/tree.rb', line 15 def filter(leaf_value) self.class.new(filter_node(@root, leaf_value)) end