Module: Kernel

Defined in:
lib/cocoa/sugarcube-repl/kernel.rb

Instance Method Summary collapse

Instance Method Details

#adjust(*args) ⇒ Object Also known as: a



3
4
5
6
7
8
9
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 3

def adjust(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.adjust(*args)
  end
end


153
154
155
156
157
158
159
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 153

def blink(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.blink(*args)
  end
end

#center(*args) ⇒ Object Also known as: c



127
128
129
130
131
132
133
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 127

def center(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.center(*args)
  end
end

#down(*args) ⇒ Object Also known as: d



64
65
66
67
68
69
70
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 64

def down(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.down(*args)
  end
end

#frame(*args) ⇒ Object Also known as: f



28
29
30
31
32
33
34
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 28

def frame(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.frame(*args)
  end
end

#left(*args) ⇒ Object Also known as: l



37
38
39
40
41
42
43
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 37

def left(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.left(*args)
  end
end

#origin(*args) ⇒ Object Also known as: o



73
74
75
76
77
78
79
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 73

def origin(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.origin(*args)
  end
end

#restore(*args) ⇒ Object



145
146
147
148
149
150
151
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 145

def restore(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.restore(*args)
  end
end

#right(*args) ⇒ Object Also known as: r



46
47
48
49
50
51
52
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 46

def right(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.right(*args)
  end
end

#root(*args) ⇒ Object



20
21
22
23
24
25
26
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 20

def root(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.root(*args)
  end
end

#shadow(*args) ⇒ Object Also known as: h



136
137
138
139
140
141
142
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 136

def shadow(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.shadow(*args)
  end
end

#shorter(*args) ⇒ Object Also known as: s



100
101
102
103
104
105
106
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 100

def shorter(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.shorter(*args)
  end
end

#size(*args) ⇒ Object Also known as: z



118
119
120
121
122
123
124
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 118

def size(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.size(*args)
  end
end

#taller(*args) ⇒ Object Also known as: t



109
110
111
112
113
114
115
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 109

def taller(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.taller(*args)
  end
end

#thinner(*args) ⇒ Object Also known as: n



82
83
84
85
86
87
88
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 82

def thinner(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.thinner(*args)
  end
end

#tree(*args) ⇒ Object



12
13
14
15
16
17
18
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 12

def tree(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.tree(*args)
  end
end

#up(*args) ⇒ Object Also known as: u



55
56
57
58
59
60
61
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 55

def up(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.up(*args)
  end
end

#wider(*args) ⇒ Object Also known as: w



91
92
93
94
95
96
97
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 91

def wider(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.wider(*args)
  end
end