Class: EnvSetup::Builder::Json

Inherits:
Base
  • Object
show all
Defined in:
lib/env_setup/builder/json.rb

Instance Attribute Summary

Attributes inherited from Base

#params, #template

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from EnvSetup::Builder::Base

Instance Method Details

#callObject



9
10
11
# File 'lib/env_setup/builder/json.rb', line 9

def call
  template.to_s
end