Skip to content

Commit

Permalink
delete commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbradbury committed Feb 10, 2011
1 parent a40966d commit 68aae23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/statement_executor.rb
Expand Up @@ -112,7 +112,6 @@ def method_to_call(instance, method_name)
return nil unless instance
return method_name.to_sym if instance.respond_to?(method_name)
return "#{$1}=".to_sym if method_name =~ /set_(\w+)/ && instance.respond_to?("#{$1}=")
# return $1.to_sym if method_name =~ /get_(\w+)/ && instance.respond_to?($1)
return nil
end

Expand Down

0 comments on commit 68aae23

Please sign in to comment.