Class: Orphic::OrphicCli::Thread
- Inherits:
-
Thor
- Object
- Thor
- Orphic::OrphicCli::Thread
- Defined in:
- lib/orphic/cli/sprites/geek.rb
Instance Method Summary collapse
- #Cursor ⇒ Object
-
#d(disc) ⇒ Object
instructions, bootload ‘this’.
-
#i(ins) ⇒ Object
required datasets.
- #Paji ⇒ Object
Instance Method Details
#Cursor ⇒ Object
10 11 12 13 |
# File 'lib/orphic/cli/sprites/geek.rb', line 10 def Cursor() __FILE__ puts "The Real Cursor." end |
#d(disc) ⇒ Object
instructions, bootload ‘this’
34 35 36 37 38 |
# File 'lib/orphic/cli/sprites/geek.rb', line 34 def d(disc) $d = "disc" puts $d puts "disc" end |
#i(ins) ⇒ Object
required datasets
26 27 28 29 30 31 32 |
# File 'lib/orphic/cli/sprites/geek.rb', line 26 def i(ins) # if (Cursor <= i) then puts "i !<= 0" $ins = "ins" return $ins end |
#Paji ⇒ Object
19 20 21 22 |
# File 'lib/orphic/cli/sprites/geek.rb', line 19 def Paji() __LINE__ puts "The Real Paji." end |