lib/rio/if.rb in rio-0.5.1 vs lib/rio/if.rb in rio-0.6.0

- old
+ new

@@ -1,8 +1,8 @@ #-- # =========================================================================== -# Copyright (c) 2005-2012 Christopher Kleckner +# Copyright (c) 2005-2017 Christopher Kleckner # All rights reserved # # This file is part of the Rio library for ruby. # # Rio is free software; you can redistribute it and/or modify @@ -35,19 +35,13 @@ require 'rio/if/internal' #require 'rio/if/basic' module RIO module IF - #autoload :Grande, 'rio/if/grande' require 'rio/if/grande' - - #autoload :GrandeEntry, 'rio/if/grande_entry' require 'rio/if/grande_entry' - #autoload :GrandeStream, 'rio/if/grande_stream' require 'rio/if/grande_stream' - #autoload :Test, 'rio/if/test' require 'rio/if/test' - require 'rio/if/path' require 'rio/if/fileordir' require 'rio/if/file' require 'rio/if/dir' require 'rio/if/rubyio'