Sha256: 91dc1bbc550bdfe0f9acdebc6cac9313dd6430830fa55d906524a3ceff56d98c
Contents?: true
Size: 437 Bytes
Versions: 56
Compression:
Stored size: 437 Bytes
Contents
# If this class gets too big you may want to split it up into modules, run the following # command to add a module to it: # # origen new module my_module_name <%= Pathname.new(resource_path_to_lib_file(@resource_path)).relative_path_from(Origen.root) %> # class <%= @namespaces.map { |n| camelcase(n[1]) }.join('::') %>::<%= camelcase(@name) %><%= @parent_class ? " < #{@parent_class}" : '' %> def initialize(options = {}) end end
Version data entries
56 entries across 56 versions & 1 rubygems