Method: UpnpContentExplorer::Explorer#get

Defined in:
lib/upnp_content_explorer/explorer.rb

#get(path) ⇒ Object



25
26
27
# File 'lib/upnp_content_explorer/explorer.rb', line 25

def get(path)
  find_terminal_node(prepare_path(path))
end