Method: Tap::Support::Audit#initialize
- Defined in:
- lib/tap/support/audit.rb
#initialize(key = nil, value = nil, sources = nil) ⇒ Audit
227 228 229 230 231 |
# File 'lib/tap/support/audit.rb', line 227 def initialize(key=nil, value=nil, sources=nil) @key = key @value = value @source = singularize(sources) end |