This website requires JavaScript.
Explore
Help
Sign In
will
/
aws-missing-tools
Watch
1
Star
0
Fork
0
You've already forked aws-missing-tools
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8353ed8d99
aws-missing-tools
/
spec
/
support
/
fake_ec2.rb
12 lines
139 B
Ruby
Raw
Normal View
History
Unescape
Escape
fix/add some print statements
2013-06-05 01:20:34 +00:00
module
AWS
class
FakeEC2
class
Instance
attr_reader
:id
def
initialize
(
id
)
@id
=
id
end
end
end
add a missing newline
2013-06-05 02:49:30 +00:00
end
Reference in New Issue
Copy Permalink