module Kernel

Public Instance Methods

what?(method = false) click to toggle source
# File lib/what.rb, line 194
def what?(method = false)
  What.about(self, method)
end