Class: Rant::CSharp::McsCompiler
- Inherits:
-
BaseCompilerAdapter
- Object
- BaseCompilerAdapter
- Rant::CSharp::McsCompiler
- Defined in:
- lib/rant/csharp/mcs_compiler.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from BaseCompilerAdapter
Instance Method Summary collapse
- #argument_prefix ⇒ Object
-
#initialize(bin = 'mcs') ⇒ McsCompiler
constructor
A new instance of McsCompiler.
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_prefix ⇒ Object
9 10 11 |
# File 'lib/rant/csharp/mcs_compiler.rb', line 9 def argument_prefix "-" end |