source: EcnlProtoTool/trunk/mruby-2.1.1/mrbgems/mruby-io/mrblib/file_constants.rb@ 439

Last change on this file since 439 was 439, checked in by coas-nagasima, 4 years ago

mrubyを2.1.1に更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-ruby;charset=UTF-8
File size: 187 bytes
Line 
1class File
2 module Constants
3 FNM_SYSCASE = 0
4 FNM_NOESCAPE = 1
5 FNM_PATHNAME = 2
6 FNM_DOTMATCH = 4
7 FNM_CASEFOLD = 8
8 end
9end
10
11class File
12 include File::Constants
13end
Note: See TracBrowser for help on using the repository browser.