module MTBuild

Constants

VERSION

The current MTBuild version.

Public Class Methods

default_output_folder() click to toggle source

This returns the default name that MTBuild uses for the build output folder

# File lib/mtbuild/mtbuild.rb, line 6
def self.default_output_folder
  return @default_output_folder
end