Class: H2OConfigurator::RubyHandler
- Inherits:
-
Object
- Object
- H2OConfigurator::RubyHandler
- Defined in:
- lib/h2o-configurator/builder.rb
Class Method Summary collapse
Class Method Details
.make(code) ⇒ Object
171 172 173 174 175 |
# File 'lib/h2o-configurator/builder.rb', line 171 def self.make(code) { 'mruby.handler' => code.gsub(/\n\s+/, "\n").strip, } end |