Class: Gemsmith::Skeletons::GuardSkeleton

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

Instance Method Summary collapse

Methods inherited from BaseSkeleton

#create, #initialize, #method_missing, #respond_to?, run

Constructor Details

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

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Gemsmith::Skeletons::BaseSkeleton

Instance Method Details

#create_filesObject



4
5
6
# File 'lib/gemsmith/skeletons/guard_skeleton.rb', line 4

def create_files
  template "%gem_name%/Guardfile.tt", template_options
end