Module: Fat
- Defined in:
- ext/fat/fat.c
Defined Under Namespace
Classes: FatError
Class Method Summary collapse
-
.at ⇒ Object
Interface methods.
Instance Method Summary collapse
-
#at ⇒ Object
Interface methods.
Class Method Details
.at ⇒ Object
Interface methods
9 |
# File 'ext/fat/fat.c', line 9
static VALUE singleton_method_at(int argc, VALUE *argv, VALUE self);
|
Instance Method Details
#at ⇒ Object
Interface methods
9 |
# File 'ext/fat/fat.c', line 9
static VALUE singleton_method_at(int argc, VALUE *argv, VALUE self);
|