Class: SpecForge::CLI::Serve::Proxy
- Inherits:
-
Struct
- Object
- Struct
- SpecForge::CLI::Serve::Proxy
- Defined in:
- lib/spec_forge/cli/serve.rb
Overview
Helper class for passing template variables to Thor templates
Instance Method Summary collapse
-
#call ⇒ Binding
Returns a binding for use in templates.
Instance Method Details
#call ⇒ Binding
Returns a binding for use in templates
155 156 157 |
# File 'lib/spec_forge/cli/serve.rb', line 155 def call binding end |