Method: ExtPP::Compiler#initialize
- Defined in:
- lib/extpp/compiler.rb
#initialize(cxx_flags) ⇒ Compiler
Returns a new instance of Compiler.
6 7 8 |
# File 'lib/extpp/compiler.rb', line 6 def initialize(cxx_flags) @cxx_flags = cxx_flags end |