Method: Jschematic::Element#schema_for

Defined in:
lib/jschematic/element.rb

#schema_for(ref) ⇒ Object



28
29
30
# File 'lib/jschematic/element.rb', line 28

def schema_for(ref)
  parent && parent.schema_for(ref)
end