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