module Dens

Constants

VERSION

Public Class Methods

move(origin, destination) click to toggle source
# File lib/dens.rb, line 7
def self.move(origin, destination)
  Mover.move(origin, destination)
end