lib/github/sql.rb in github-ds-0.2.1 vs lib/github/sql.rb in github-ds-0.2.2
- old
+ new
@@ -42,9 +42,13 @@
end
def inspect
"<#{self.class.name} #{value}>"
end
+
+ def bytesize
+ value.bytesize
+ end
end
# Internal: a list of arrays of values for insertion into SQL.
class Rows
# Public: the Array of row values