module PlexSymlinker
Constants
- VERSION
Public Class Methods
logger()
click to toggle source
# File lib/plex_symlinker.rb, line 26 def self.logger @logger ||= Logger.new(output) end
output()
click to toggle source
# File lib/plex_symlinker.rb, line 18 def self.output @output ||= STDOUT end
output=(val)
click to toggle source
# File lib/plex_symlinker.rb, line 22 def self.output=(val) @output = val end