lib/wombat/property.rb in wombat-0.1.6 vs lib/wombat/property.rb in wombat-0.2.0

- old
+ new

@@ -7,7 +7,11 @@ @selector = options[:selector] @format = options[:format] @namespaces = options[:namespaces] @callback = options[:callback] end + + def flatten + result + end end end \ No newline at end of file