Sha256: e4e47cd419d1dfe279eccbb66856932608f4e54c5c4c129c575469f01a181b20
Contents?: true
Size: 361 Bytes
Versions: 212
Compression:
Stored size: 361 Bytes
Contents
# Classic hosting where you rent a server, then put your app on it. # Used as fallback module ScoutApm module PlatformIntegrations class Server def present? true end def name "Server" end def log_to_stdout? false end def hostname Socket.gethostname end end end end
Version data entries
212 entries across 212 versions & 1 rubygems