Sha256: 0dcefc4eba5aa971b0b90ed95745502fb2b58257d48cd99c6c014ff16bb8bf8e

Contents?: true

Size: 257 Bytes

Versions: 3

Compression:

Stored size: 257 Bytes

Contents

module <%= MiscUtils.camel_case(name) %>
  CustomError = Class.new(StandardError)
  # creat the main logic if applicable
  class << self
    # main helper method
    def helper
      puts 'FYI: <%= MiscUtils.camel_case(name) %>::helper()'
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gem_bootstrap-0.1.0 templates/lib/newgem/newgem.rb
gem_bootstrap-0.0.2.pre templates/lib/newgem/newgem.rb
gem_bootstrap-0.0.1 templates/lib/newgem/newgem.rb