lib/db_mod/statements/configuration/single/value.rb in db_mod-0.0.4 vs lib/db_mod/statements/configuration/single/value.rb in db_mod-0.0.5
- old
+ new
@@ -11,10 +11,10 @@
# def do_stuff
# a # => '1'
# end
module Value
# 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 the first column of the
# first row of the result set, or +nil+ if no results are returned.
#
# @param results [Object] SQL result set
# @return [String,nil] the first column of the first returned row