Method: Inkmake::InkVariant#out_path
- Defined in:
- lib/inkmake.rb
#out_path ⇒ Object
800 801 802 803 804 |
# File 'lib/inkmake.rb', line 800 def out_path File.( "#{@image.prefix}#{@name}#{@image.suffix}", @image.inkfile.out_path) end |