class Transform::Log

Public Instance Methods

tag!(tags) click to toggle source
# File lib/transform/log.rb, line 3
def tag!(tags)
  tags << :transform
  tags << :library
  tags << :verbose
end