class Codelog::Output::ReleaseFile

Public Class Methods

new(file_path) click to toggle source
# File lib/codelog/output/release_file.rb, line 4
def initialize(file_path)
  @file_path = file_path
end
print(content, file_path) click to toggle source

Public Instance Methods

print(content) click to toggle source