Libraries
»
termular
(0.1.2)
»
Index
»
Termular
»
Console
»
move
Method: Termular::Console.move
Defined in:
lib/termular/console.rb
.
move
(x, y) ⇒
Object
12 13 14
# File 'lib/termular/console.rb', line 12
def
self
.
move
(
x
,
y
)
"
\e[
#{
y
.
to_i
}
;
#{
x
.
to_i
}
H
"
end