We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Does Ruby work with knitr?
x = 'hello, ruby world!' p x.split(' ')
## ["hello,", "ruby", "world!"]