lib/dolzenko.rb in dolzenko-0.0.9 vs lib/dolzenko.rb in dolzenko-0.0.10
- old
+ new
@@ -3,9 +3,10 @@
require "open-uri"
# These can be autoloaded consistently (i.e. define single constant)
autoload :FileUtils, "fileutils"
autoload :OptionParser, "optparse"
+autoload :OpenStruct, "ostruct"
module Net
autoload :HTTP, "net/http"
end
require "active_support/all"
\ No newline at end of file