Class: Bently::GitignoreOsx
- Defined in:
- lib/bently/recipe/gitignore-osx.rb
Instance Method Summary collapse
-
#initialize ⇒ GitignoreOsx
constructor
A new instance of GitignoreOsx.
Methods inherited from Recipe
#append, breakdown, category, #code, #create, description, homepage, #insert, #modify, #operate, #operations, #prepend, #remove, #requirement, #run, #say, title, #todo, #usage, version, #warn
Constructor Details
#initialize ⇒ GitignoreOsx
Returns a new instance of GitignoreOsx.
7 8 9 |
# File 'lib/bently/recipe/gitignore-osx.rb', line 7 def initialize append '.gitignore', template('.gitignore') end |