module Kernel

Public Instance Methods

a(*args)
Alias for: adjust
adjust(*args) click to toggle source
Calls superclass method
# File lib/android/sugarcube-repl/kernel.rb, line 3
def adjust(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.adjust(*args)
  end
end
Also aliased as: a, a
c(*args)
Alias for: center
center(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 136
def center(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.center(*args)
  end
end
Also aliased as: c
coll(*args)
Alias for: collapse
collapse(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 12
def collapse(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.collapse(*args)
  end
end
Also aliased as: coll
d(*args)
Alias for: down
down(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 73
def down(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.down(*args)
  end
end
Also aliased as: d
f(*args)
Alias for: frame
frame(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 37
def frame(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.frame(*args)
  end
end
Also aliased as: f
h(*args)
Alias for: shadow
l(*args)
Alias for: left
left(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 46
def left(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.left(*args)
  end
end
Also aliased as: l
n(*args)
Alias for: thinner
o(*args)
Alias for: origin
origin(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 82
def origin(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.origin(*args)
  end
end
Also aliased as: o
r(*args)
Alias for: right
restore(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 154
def restore(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.restore(*args)
  end
end
right(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 55
def right(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.right(*args)
  end
end
Also aliased as: r
root(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 29
def root(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.root(*args)
  end
end
s(*args)
Alias for: shorter
shadow(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 145
def shadow(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.shadow(*args)
  end
end
Also aliased as: h
shorter(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 109
def shorter(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.shorter(*args)
  end
end
Also aliased as: s
size(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 127
def size(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.size(*args)
  end
end
Also aliased as: z
t(*args)
Alias for: taller
taller(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 118
def taller(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.taller(*args)
  end
end
Also aliased as: t
thinner(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 91
def thinner(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.thinner(*args)
  end
end
Also aliased as: n
tree(*args, &sel_blk) click to toggle source
Calls superclass method
# File lib/android/sugarcube-repl/kernel.rb, line 12
def tree(*args, &sel_blk)
  if self.nil?
    super
  else
    SugarCube::Repl.tree(*args, &sel_blk)
  end
end
u(*args)
Alias for: up
up(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 64
def up(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.up(*args)
  end
end
Also aliased as: u
w(*args)
Alias for: wider
wider(*args) click to toggle source
Calls superclass method
# File lib/cocoa/sugarcube-repl/kernel.rb, line 100
def wider(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.wider(*args)
  end
end
Also aliased as: w
z(*args)
Alias for: size