class Dictionary

Base class for dictionaries

Public Class Methods

name() click to toggle source
# File lib/dictionaries/dictionary.rb, line 10
def self.name; end

Public Instance Methods

define(word, source, target, play = false) click to toggle source
# File lib/dictionaries/dictionary.rb, line 4
def define(word, source, target, play = false); end
langs() click to toggle source
# File lib/dictionaries/dictionary.rb, line 6
def langs; end
provide_tts?() click to toggle source
# File lib/dictionaries/dictionary.rb, line 8
def provide_tts?; end