class GhostTrain

Public Class Methods

call() click to toggle source
# File lib/ghost_train.rb, line 2
def self.call
  puts "All aboard!"
end