Method: UCD::Interface::CommandLine#output_path=

Defined in:
lib/ucd/interface/command_line.rb

#output_path=(value) ⇒ Object



22
23
24
# File 'lib/ucd/interface/command_line.rb', line 22

def output_path=(value)
  @output_path = value.is_a?(Pathname) ? value : Pathname.new(value.to_s) unless value.nil?
end