Class: Awspec::Stub
- Inherits:
-
Object
- Object
- Awspec::Stub
- Defined in:
- lib/awspec/stub.rb
Class Method Summary collapse
Class Method Details
.load(type) ⇒ Object
3 4 5 |
# File 'lib/awspec/stub.rb', line 3 def self.load(type) require File.dirname(__FILE__) + '/stub/' + type end |