module Rsense::Server::PathInfo

Constants

RSENSE_SERVER_HOME

Public Class Methods

bin_path() click to toggle source
# File lib/rsense/server/path_info.rb, line 11
def self.bin_path
  RSENSE_SERVER_HOME.join("bin/_rsense.rb")
end