Method: Rucc::FileIO#column

Defined in:
lib/rucc/file_io.rb

#columnObject (readonly)

TODO(south37) Set @mtime struct stat st; if (fstat(fileno(file), &st) == -1)

error("fstat failed: %s", strerror(errno));

r->mtime = st.st_mtime;



23
24
25
# File 'lib/rucc/file_io.rb', line 23

def column
  @column
end