diff options
| author | Zack Hobson | 2014-01-26 09:21:13 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2014-01-26 09:21:13 -0800 | 
| commit | d96a18457e01235f600c4ae47d7d6dd6acd4845e (patch) | |
| tree | 3b2efa282a1f01b14c8658d04dd3c430758632a5 /lib | |
| parent | 980ae49c61b41099b3db7c08ad095e559a2ef6da (diff) | |
| download | hcl-d96a18457e01235f600c4ae47d7d6dd6acd4845e.tar.bz2 | |
oops I am not using rdiscount after all
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/hcl/app.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/lib/hcl/app.rb b/lib/hcl/app.rb index dadc7ae..1ddc805 100644 --- a/lib/hcl/app.rb +++ b/lib/hcl/app.rb @@ -3,7 +3,6 @@ require 'fileutils'  require 'trollop'  require 'highline/import' -require 'rdiscount'  module HCl    class App | 
