Class: SpecForge::CLI::Serve::Proxy

Inherits:
Struct
  • Object
show all
Defined in:
lib/spec_forge/cli/serve.rb

Overview

Helper class for passing template variables to Thor templates

Instance Method Summary collapse

Instance Method Details

#callBinding

Returns a binding for use in templates

Returns:

  • (Binding)

    A binding containing template variables



155
156
157
# File 'lib/spec_forge/cli/serve.rb', line 155

def call
  binding
end