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, #enabled?, #initialize

Constructor Details

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

Instance Method Details

#createObject



5
6
7
# File 'lib/gemsmith/skeletons/ruby_skeleton.rb', line 5

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