Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 127 Bytes

025-engine-ruby.md

File metadata and controls

12 lines (8 loc) · 127 Bytes

Does Ruby work with knitr?

x = 'hello, ruby world!'
p x.split(' ')
## ["hello,", "ruby", "world!"]