module Dalt

Dalt will use instance of Dalt::Parser

Constants

VERSION

Public Class Methods

parse(text, alt: nil) click to toggle source
# File lib/dalt.rb, line 8
def self.parse(text, alt: nil)
  @date = Dalt::Parser.new(text, alt: alt).parse
end