Method: CfScript::Scope::Space#initialize
- Defined in:
- lib/cf_script/scope/space.rb
#initialize(space_name = nil) ⇒ Space
Returns a new instance of Space.
3 4 5 6 7 |
# File 'lib/cf_script/scope/space.rb', line 3 def initialize(space_name = nil) super() target(space_name) if space_name end |