Method: Extlib::Hook::ClassMethods#quote_method

Defined in:
lib/extlib/hook.rb

#quote_method(name) ⇒ Object



404
405
406
# File 'lib/extlib/hook.rb', line 404

def quote_method(name)
  name.to_s.gsub(/\?$/, '_q_').gsub(/!$/, '_b_').gsub(/=$/, '_eq_')
end