Method: PhantomGraph::Setting#current_file

Defined in:
lib/phantom_graph/setting.rb

#current_file(filename) ⇒ Object



37
38
39
# File 'lib/phantom_graph/setting.rb', line 37

def current_file(filename)
  File.expand_path(File.dirname(__FILE__)) + "/js/#{filename}"
end