Sha256: 1355fb96874558d3a4b4031668696c3a4c16dc460822934be4945d31ca4df6a1
Contents?: true
Size: 229 Bytes
Versions: 49
Compression:
Stored size: 229 Bytes
Contents
namespace :forest do desc "Display the current Forest Apimap version" task(:display_apimap).clear task display_apimap: :environment do bootstraper = ForestLiana::Bootstraper.new bootstraper.display_apimap end end
Version data entries
49 entries across 49 versions & 1 rubygems