module CodeRay

def self.coderay_path *path

Assuming the path is a subpath of lib/coderay/
def self.coderay_path *path
  File.join CODERAY_PATH, *path
end