Class | Bee::Context |
In: |
lib/bee.rb
|
Parent: | Object |
Class for Ruby scripts context. All embedded Ruby scripts run in this context where build properties are defined as Ruby variables.
context_binding | [R] | The binding of this context. |
Process a given object, replacing properties references with their string value, symbol with their raw value. Property references have same form than variable references in ruby strings: ’#{variable}’ will be replaced with variable string value.
Get a given property in context.