Method: Tap::Support::Audit#sources
- Defined in:
- lib/tap/support/audit.rb
#sources ⇒ Object
An array of source audits for self. Sources may be empty.
234 235 236 |
# File 'lib/tap/support/audit.rb', line 234 def sources arrayify(@source) end |