Skip to content

Commit 24807e9

Browse files
author
Mike Ragalie
committed
JRuby README include usage instructions
1 parent 13992a1 commit 24807e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

language-adaptors/rxjava-jruby/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ This enables correct and efficient execution of code such as:
1010
subscribe {|val| puts val}
1111
```
1212

13+
# Usage
14+
15+
Require the JAR file as usual. After requiring the JAR, you must also require the interop code:
16+
17+
```ruby
18+
require "rx/lang/jruby/interop"
19+
```
20+
1321
# Binaries
1422

1523
Binaries and dependency information for Maven, Ivy, Gradle and others can be found at [http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22rxjava-jruby%22).

0 commit comments

Comments
 (0)