Class: Rant::CSharp::McsCompiler

Inherits:
BaseCompilerAdapter show all
Defined in:
lib/rant/csharp/mcs_compiler.rb

Direct Known Subclasses

GmcsCompiler

Instance Attribute Summary

Attributes inherited from BaseCompilerAdapter

#bin, #switch_map

Instance Method Summary collapse

Methods inherited from BaseCompilerAdapter

#boolean_argument, #cmd, #guess_target, #map_arg, #map_target, #outfile, #string_argument

Constructor Details

#initialize(bin = 'mcs') ⇒ McsCompiler

Returns a new instance of McsCompiler.



5
6
7
# File 'lib/rant/csharp/mcs_compiler.rb', line 5

def initialize bin = 'mcs'
  super
end

Instance Method Details

#argument_prefixObject



9
10
11
# File 'lib/rant/csharp/mcs_compiler.rb', line 9

def argument_prefix
  "-"
end