class RoadForest::ContentHandling::Wrap::Parse
Public Instance Methods
add_child(resource)
click to toggle source
# File lib/roadforest/content-handling/handler-wrap.rb, line 37 def add_child(resource) @handler.add_child_to(resource) end
call(resource)
click to toggle source
# File lib/roadforest/content-handling/handler-wrap.rb, line 33 def call(resource) @handler.parse_for(resource) end