module DRb

def front

See #current_server.
This raises a DRbServerNotFound error if there is no current server.

Get the front object of the current server.
def front
  current_server.front
end