Method: Covered::Policy#source

Defined in:
lib/covered/policy.rb

#source(*args) ⇒ Object



53
54
55
# File 'lib/covered/policy.rb', line 53

def source(*args)
  @output = Source.new(@output, *args)
end