Class: Rant::CSharp::GmcsCompiler
- Inherits:
-
McsCompiler
- Object
- BaseCompilerAdapter
- McsCompiler
- Rant::CSharp::GmcsCompiler
- Defined in:
- lib/rant/csharp/gmcs_compiler.rb
Instance Attribute Summary
Attributes inherited from BaseCompilerAdapter
Instance Method Summary collapse
-
#initialize(bin = 'gmcs') ⇒ GmcsCompiler
constructor
A new instance of GmcsCompiler.
Methods inherited from McsCompiler
Methods inherited from BaseCompilerAdapter
#argument_prefix, #boolean_argument, #cmd, #guess_target, #map_arg, #map_target, #outfile, #string_argument
Constructor Details
#initialize(bin = 'gmcs') ⇒ GmcsCompiler
Returns a new instance of GmcsCompiler.
5 6 7 |
# File 'lib/rant/csharp/gmcs_compiler.rb', line 5 def initialize bin = 'gmcs' super end |