mirror of
https://github.com/tailix/mrubyvisor.git
synced 2025-06-09 18:52:05 -04:00
Make Ruby module more complex
This commit is contained in:
parent
29b7ab00d8
commit
487478553a
1 changed files with 4 additions and 1 deletions
|
@ -1 +1,4 @@
|
|||
console_puts 'Hello, World! Ruby modules work!'
|
||||
hello = 'Hello, World!'
|
||||
works = 'Ruby modules work!'
|
||||
s = [hello, works].join ' '
|
||||
console_puts s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue