runtime/lib/ruby-station.rb in ruby-station-0.1.3 vs runtime/lib/ruby-station.rb in ruby-station-0.1.4.rc1

- old
+ new

@@ -23,8 +23,6 @@ def self.port; @port; end def self.data_dir; @data_dir; end def self.data_path(filename) File.expand_path(filename, @data_dir) end - - autoload :Helper, "ruby-station/helper" end