Class: Migr8::Actions::ReadMeAction

Inherits:
Action
  • Object
show all
Defined in:
lib/migr8.rb

Constant Summary collapse

NAME =
"readme"
DESC =
"!!READ ME AT FIRST!!"
OPTS =
[]
ARGS =
nil

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Action

#cmdopterr, find_by_name, #get_command, inherited, #parse, #parser, #repository, #short_usage, subclasses, #usage

Instance Attribute Details

#forcedObject

Returns the value of attribute forced.



1442
1443
1444
# File 'lib/migr8.rb', line 1442

def forced
  @forced
end

Instance Method Details

#run(options, args) ⇒ Object



1444
1445
1446
# File 'lib/migr8.rb', line 1444

def run(options, args)
  puts README
end