module Goedel

Constants

VERSION

Public Class Methods

goedel(object, options={}) click to toggle source
# File lib/goedel.rb, line 8
def self.goedel(object, options={})
  result_string = Goedel::Statement.new(object, options).generate
  puts result_string
  result_string
end