class Wmcd::Server

Public Class Methods

new(host: '127.0.0.1', port: '21200', dir: '.') click to toggle source
Calls superclass method
# File lib/wikimindcards_directory.rb, line 332
def initialize(host: '127.0.0.1', port: '21200', dir: '.')

  super(host: host, port: port, obj: WikiMindCardsDirectory.new(dir: dir))

end