Sha256: 91397f59bb9b83d8a429105b32d36e468a69a0e166fae510c12d2e8992c815db
Contents?: true
Size: 639 Bytes
Versions: 51
Compression:
Stored size: 639 Bytes
Contents
#ifndef INTERNAL_DIR_H /*-*-C-*-vi:se ft=c:*/ #define INTERNAL_DIR_H /** * @author Ruby developers <ruby-core@ruby-lang.org> * @copyright This file is a part of the programming language Ruby. * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. * @brief Internal header for Dir. */ #include "ruby/ruby.h" /* for VALUE */ /* dir.c */ VALUE rb_dir_getwd_ospath(void); #endif /* INTERNAL_DIR_H */
Version data entries
51 entries across 17 versions & 4 rubygems