Module: Rsense::Server::PathInfo
- Defined in:
- lib/rsense/server/path_info.rb
Constant Summary collapse
- RSENSE_SERVER_HOME =
FileTree.new(File.dirname(__FILE__))..ancestors[2]
Class Method Summary collapse
Class Method Details
.bin_path ⇒ Object
11 12 13 |
# File 'lib/rsense/server/path_info.rb', line 11 def self.bin_path RSENSE_SERVER_HOME.join("bin/_rsense.rb") end |