Class: Wafoo::Stub

Inherits:
Object
  • Object
show all
Defined in:
lib/wafoo/stub.rb

Class Method Summary collapse

Class Method Details

.load(type) ⇒ Object



3
4
5
# File 'lib/wafoo/stub.rb', line 3

def self.load(type)
  require File.dirname(__FILE__) + '/stub/' + type
end