module Qmin
Constants
- VERSION
Protected Class Methods
method_name_for_instance(instance, method_name)
click to toggle source
# File lib/qmin.rb, line 26 def self.method_name_for_instance(instance, method_name) if instance.respond_to? :"#{method_name}_without_qmin" :"#{method_name}_without_qmin" else method_name end end