Object
# File lib/vcr/middleware/cassette_arguments.rb, line 4 def initialize @options = {} end
# File lib/vcr/middleware/cassette_arguments.rb, line 8 def name(name = nil) @name = name if name @name end
# File lib/vcr/middleware/cassette_arguments.rb, line 13 def options(options = {}) @options.merge!(options) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.