Sha256: 230e18e7b5c33b63534506b2463f3cdfa8faea5f6dfda16d001ba23df4941ea5
Contents?: true
Size: 276 Bytes
Versions: 83
Compression:
Stored size: 276 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../../spec_helper' describe 'File::Stat#rdev' do it "returns the number of the device this file represents which the file exists" do File.stat('/dev/null').rdev.should be_kind_of(Integer) end end
Version data entries
83 entries across 83 versions & 1 rubygems