lib/rhapr.rb in rhapr-0.0.1 vs lib/rhapr.rb in rhapr-0.1.0

- old
+ new

@@ -1,6 +1,6 @@ require 'rhapr/version' require 'rhapr/environment' module Rhapr - # Your code goes here... + autoload :Interface, 'rhapr/interface' end