class RorVsWild::Plugin::ActionView
def finish(name, id, payload)
def finish(name, id, payload) RorVsWild::Section.stop do |section| section.kind = "view".freeze section.commands << RorVsWild.agent.locator.relative_path(payload[:identifier]) section.file = section.command section.line = 1 end end