mirror of
https://github.com/tailix/mrubyvisor.git
synced 2025-07-14 19:41:56 -04:00
Fix Ruby module
This commit is contained in:
parent
c91a39aa9c
commit
02205d777f
1 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
hello = 'Hello, World'
|
||||
works = 'Ruby modules work'
|
||||
puts [hello, works].map { |s| "#{s}!" }.join ' '
|
||||
hello = 'Hello, World!'
|
||||
works = 'Ruby modules work!'
|
||||
puts [hello, works].join ' '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue