lib/facet/ostruct/__table__.rb in facets-0.9.0 vs lib/facet/ostruct/__table__.rb in facets-1.0.0
- old
+ new
@@ -1,16 +1,32 @@
-require 'nano/ostruct/__table__.rb'
\ No newline at end of file
+
+class OpenStruct
+ # Provides public access to the inner table.
+ def __table__
+ @table
+ end
+end
+
+
+# _____ _
+# |_ _|__ ___| |_
+# | |/ _ \/ __| __|
+# | | __/\__ \ |_
+# |_|\___||___/\__|
+#
+# TODO
+