Module: Kernel

Defined in:
lib/what.rb

Instance Method Summary collapse

Instance Method Details

#what?(method = false) ⇒ Boolean

Returns:

  • (Boolean)


194
195
196
# File 'lib/what.rb', line 194

def what?(method = false)
  What.about(self, method)
end