Method: Eql::Config#path

Defined in:
lib/eql/config.rb,
lib/eql/config.rb

#pathString

Returns templates root folder

Returns:

  • (String)

    returns templates root folder



7
8
9
# File 'lib/eql/config.rb', line 7

def path
  @path
end