summaryrefslogtreecommitdiffstats
path: root/lib/hcl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hcl.rb')
-rw-r--r--lib/hcl.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hcl.rb b/lib/hcl.rb
index 3108fe1..5d6f108 100644
--- a/lib/hcl.rb
+++ b/lib/hcl.rb
@@ -1,6 +1,7 @@
module HCl
autoload :VERSION, 'hcl/version'
autoload :App, 'hcl/app'
+ autoload :Net, 'hcl/net'
autoload :Commands, 'hcl/commands'
autoload :TimesheetResource, 'hcl/timesheet_resource'
autoload :Utility, 'hcl/utility'