class RSpecLive::Log
Public Class Methods
do(text)
click to toggle source
# File lib/rspec-live/log.rb, line 3 def self.do(text) File.open(File.join(__dir__, "../../log.txt"), "a") { |f| f.puts text } end
# File lib/rspec-live/log.rb, line 3 def self.do(text) File.open(File.join(__dir__, "../../log.txt"), "a") { |f| f.puts text } end