class Object

Public Instance Methods

xp(*args) click to toggle source
# File lib/xprint.rb, line 385
def xp(*args)
  XPrint.xp(*args)
end
xpand(item, tab: "\t") click to toggle source
# File lib/xprint.rb, line 389
def xpand(item, tab: "\t")
  XPrint.xpand(item, tab: tab)
end