lib/db_mod/statements/configuration/single/column.rb in db_mod-0.0.4 vs lib/db_mod/statements/configuration/single/column.rb in db_mod-0.0.5

- old
+ new

@@ -11,10 +11,10 @@ # def do_stuff # a # => ['a', 'b', 'c'] # end module Column # Enables this module to be passed to - # {DbMod::Statements::Configuration.process_method_results} as the + # {DbMod::Statements::Configuration.attach_result_processor} as the # +wrapper+ function, where it will return an array of the first # value from every row in the result set. # # @param results [Object] SQL result set # @return [Array<String>] an array of values from the first column