Module: RustyHello
- Defined in:
- lib/rusty_hello.rb,
lib/rusty_hello/ffi.rb,
lib/rusty_hello/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.[](n) ⇒ Object
10 11 12 |
# File 'lib/rusty_hello.rb', line 10 def self.[](n) FFI.fib(n) end |