class DependencySpy::Outputs::StdOut
Public Class Methods
write(output)
click to toggle source
# File lib/dependency_spy/outputs/stdout.rb, line 21 def self.write(output) puts output end
# File lib/dependency_spy/outputs/stdout.rb, line 21 def self.write(output) puts output end