Module: NthPermutation
- Defined in:
- lib/nth_permutation/string.rb,
lib/nth_permutation/version.rb,
ext/nth_permutation/nth_permutation.c
Defined Under Namespace
Classes: String
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.test ⇒ Object
4 5 6 7 |
# File 'ext/nth_permutation/nth_permutation.c', line 4
VALUE test()
{
return rb_str_new2("test method");
}
|