class Object

Public Instance Methods

WTF?(*args) click to toggle source
# File lib/wtf-tools.rb, line 60
def WTF?(*args)
  WTF::Dumper.new(*args).call
  nil
end
wtf(*args) click to toggle source
# File lib/wtf-tools.rb, line 65
def wtf(*args)
  WTF::Dumper.new(self, *args).call
  self
end