Method: Pkg::Config.get_binding
- Defined in:
- lib/packaging/config.rb
.get_binding ⇒ Object
Return the binding of class context. Used for erb templates.
31 32 33 |
# File 'lib/packaging/config.rb', line 31 def get_binding return binding end |