helper to check for method existance in ruby 1.8- and 1.9-compatible way because `methods`, `instance_methods` and others return strings in 1.8 and symbols in 1.9
['foo', 'bar'].include_method?(:foo) # => true
Generated with the Darkfish Rdoc Generator 2.