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 Class Methods
configure(&block)
click to toggle source
# File lib/autorake/mkconfig.rb, line 12 def configure &block d = Definitions.new d.instance_eval &block p = MkConfig.mkconfig.new d p.run nil end