module Hotloader

Constants

VERSION

Public Class Methods

load_files() click to toggle source
# File lib/hotloader.rb, line 28
def self.load_files
  [
    'app/channels/refresh_channel.rb'
  ]
end