Module: RailsBase::GitActions
- Extended by:
- CliActions
- Defined in:
- lib/rs-rails-base/git_actions.rb
Overview
This module provides help to interact with git
Class Method Summary collapse
Methods included from CliActions
ask_for_something, say_something
Class Method Details
.fetch_from_remote(version) ⇒ Object
9 10 11 |
# File 'lib/rs-rails-base/git_actions.rb', line 9 def self.fetch_from_remote(version) say_something("Fetching api version ... #{version}") end |