internal static Stream/*!*/ GetDescriptorStream(RubyContext/*!*/ context, int descriptor) { Stream stream = context.GetStream(descriptor); if (stream == null) { throw RubyExceptions.CreateEBADF(); } return stream; }
internal static Stream /*!*/ GetDescriptorStream(RubyContext /*!*/ context, int descriptor) { Stream stream = context.GetStream(descriptor); if (stream == null) { throw RubyExceptions.CreateEBADF(); } return(stream); }