repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Change soft-fail to use the config, rather than env
[rbx.git]
/
spec
/
frozen
/
1.8
/
core
/
io
/
io_spec.rb
blob
790fa2bc59c14dc8abe5da35d3d4e1930f91fac7
1
require File.dirname(__FILE__) + '/../../spec_helper'
2
3
describe "IO" do
4
it "includes File::Constants" do
5
IO.include?(File::Constants).should == true
6
end
7
8
it "for_fd takes two arguments" do
9
IO.method(:for_fd).arity.should == -1
10
end
11
end