Method: FluentCommandBuilder::AspnetCompiler::V40#configure_aspnet_compiler

Defined in:
lib/fluent_command_builder/command_builders/aspnet_compiler_40.rb

#configure_aspnet_compiler {|@@config| ... } ⇒ Object

Yields:

  • (@@config)


12
13
14
15
16
# File 'lib/fluent_command_builder/command_builders/aspnet_compiler_40.rb', line 12

def configure_aspnet_compiler
  yield @@config
  @@config.validate_path
  @@config.validate_version
end