Method: IML::Base#prefix

Defined in:
lib/iml/base.rb

#prefixString

Returns Allows for setting and getting the output path sans the output base filename.

Returns:

  • (String)

    Allows for setting and getting the output path sans the output base filename



8
9
10
# File 'lib/iml/base.rb', line 8

def prefix
  @prefix
end