Skip to content

Instantly share code, notes, and snippets.

@velppa
Created July 30, 2013 20:25
Show Gist options
  • Save velppa/6116592 to your computer and use it in GitHub Desktop.
Save velppa/6116592 to your computer and use it in GitHub Desktop.
def initialize
@root_dir = File.expand_path(File.dirname(__FILE__) + '/../')
@options = Trollop::options do
opt :asdf,
:type => String,
:default => "#{@root_dir}/qwer"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment