module Sibylla
Constants
- Root
Public Class Methods
configuration()
click to toggle source
# File lib/sibylla.rb, line 14 def configuration @configuration ||= Sibylla::Configuration.new end
greeting()
click to toggle source
# File lib/sibylla.rb, line 18 def greeting Sibylla::Speech.new('Приветствую тебя, Я - Сивилла') end