Method: AmiSpec::AwsInstance.start
- Defined in:
- lib/ami_spec/aws_instance.rb
.start(args) ⇒ Object
9 10 11 12 13 |
# File 'lib/ami_spec/aws_instance.rb', line 9 def self.start(args) new(args).tap do |instance| instance.start end end |