Sha256: f99627f681355215cdf7c10bf7ca472a661cfd6fefbce8748ea9ad3fd9699214

Contents?: true

Size: 279 Bytes

Versions: 5

Compression:

Stored size: 279 Bytes

Contents

# This class can be used in your scripts like so:
#   require '<%= target_lib_filename %>'
#   <%= target_object %> = <%= target_class %>.new
#   <%= target_object %>.utility
# For more information see the COSMOS scripting guide

class <%= target_class %>
  def utility
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cosmos-5.0.5 templates/plugin-template/targets/TARGET/lib/target.rb
cosmos-5.0.4 templates/plugin-template/targets/TARGET/lib/target.rb
cosmos-5.0.3 templates/plugin-template/targets/TARGET/lib/target.rb
cosmos-5.0.2 templates/plugin-template/targets/TARGET/lib/target.rb
cosmos-5.0.2.pre.beta2 templates/plugin-template/targets/TARGET/lib/target.rb