Class: File
- Inherits:
-
Object
- Object
- File
- Defined in:
- (unknown)
Class Method Summary collapse
Instance Method Summary collapse
-
#content_type ⇒ Object
hax on File.
Class Method Details
.content_type ⇒ Object
22 |
# File 'ext/content_type.c', line 22
VALUE file_singleton_content_type(VALUE self, VALUE path);
|
Instance Method Details
#content_type ⇒ Object
hax on File
21 |
# File 'ext/content_type.c', line 21 VALUE file_content_type(VALUE self); |