[:==, :[], :arity, :call, :clone, :curry, :eql?,
:hash, :inspect, :name, :original_name, :owner,
:parameters, :receiver, :source_location, :super_method,
:to_proc, :to_s, :unbind] p u = UnboundMethod.instance_methods(false).sort #=> [:==, :arity, :bind, :clone, :eql?, :hash, :inspect,
:name, :original_name, :owner, :parameters,
:source_location, :super_method, :to_s] p m - u #=> [:[], :call, :curry, :receiver, :to_proc, :unbind] p u - m #=> [:bind]