mirror of
https://github.com/tailix/mrubyvisor.git
synced 2024-11-11 13:50:47 -05:00
Remove unnecessary code
This commit is contained in:
parent
43bb89ed99
commit
a6b1853851
3 changed files with 1 additions and 7 deletions
|
@ -1 +0,0 @@
|
|||
puts 'Hello, World! Ruby modules work!'
|
|
@ -1,7 +1,5 @@
|
|||
set timeout=0
|
||||
|
||||
menuentry "mrubyvisor" {
|
||||
multiboot2 /boot/mrubyvisor.multiboot2 Hello, kernel!
|
||||
module2 /boot/foobar.rb Hello, module foobar!
|
||||
module2 /boot/qwerty.rb Hello, module qwerty!
|
||||
multiboot2 /boot/mrubyvisor.multiboot2
|
||||
}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
hello = 'Hello, World!'
|
||||
works = 'Ruby modules work!'
|
||||
puts [hello, works].join ' '
|
Loading…
Reference in a new issue