<%= template '_header.erb' %> ronin_local_exploit do <%= template '_helpers.erb' %> # # Cacheable data. # cache do <%= template '_cache.erb' %> end # # Builds the local exploit. # def build end # # Deploys the built local exploit. # def deploy end end