Method: Cog::EmbedContext#path

Defined in:
lib/cog/embed_context.rb

#pathString (readonly)

Returns full file system path to the file.

Returns:

  • (String)

    full file system path to the file



30
31
32
# File 'lib/cog/embed_context.rb', line 30

def path
  @path
end