Class: Rant::CSharp::GmcsCompiler

Inherits:
McsCompiler show all
Defined in:
lib/rant/csharp/gmcs_compiler.rb

Instance Attribute Summary

Attributes inherited from BaseCompilerAdapter

#bin, #switch_map

Instance Method Summary collapse

Methods inherited from McsCompiler

#argument_prefix

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