Method: Gloo::Objs::Outline#obj_source

Defined in:
lib/gloo/objs/str_utils/outline.rb

#obj_sourceObject

Get the source value of the object. Returns nil if there is none.



38
39
40
41
42
# File 'lib/gloo/objs/str_utils/outline.rb', line 38

def obj_source
  o = find_child OBJ_SOURCE
  o = Gloo::Objs::Alias.resolve_alias( @engine, o )
  return o
end