module Autorake
autorake/application.rb – Parse commandline arguments
autorake/compile.rb – C compiler
autorake/directories.rb – Directory shortcuts
autorake/version.rb – Name and version number
Constants
- AUTHOR
- COPYRIGHT
- DESCRIPTION
- HOMEPAGE
- LICENSE
- NAME
- SUMMARY
- TEAM
- VERSION
Public Instance Methods
configure(&block)
click to toggle source
# File lib/autorake/mkconfig.rb, line 11 def configure &block d = Definitions.new d.instance_eval &block p = MkConfig.new d p.run nil end