Method: Inkmake::InkVariant#out_path

Defined in:
lib/inkmake.rb

#out_pathObject



800
801
802
803
804
# File 'lib/inkmake.rb', line 800

def out_path
  File.expand_path(
    "#{@image.prefix}#{@name}#{@image.suffix}",
    @image.inkfile.out_path)
end