Class: Gemsmith::Skeletons::RubySkeleton

Inherits:
BaseSkeleton show all
Defined in:
lib/gemsmith/skeletons/ruby_skeleton.rb

Overview

Configures Ruby support.

Instance Method Summary collapse

Methods inherited from BaseSkeleton

create, #initialize

Constructor Details

This class inherits a constructor from Gemsmith::Skeletons::BaseSkeleton

Instance Method Details

#createObject



7
8
9
# File 'lib/gemsmith/skeletons/ruby_skeleton.rb', line 7

def create
  cli.template "%gem_name%/.ruby-version.tt", configuration.to_h
end