Module: ShengXiao

Defined in:
lib/shengxiao.rb,
lib/shengxiao/date.rb,
lib/shengxiao/finder.rb,
lib/shengxiao/version.rb

Defined Under Namespace

Modules: Finder, SxDate

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.sign(date) ⇒ Object



10
11
12
# File 'lib/shengxiao.rb', line 10

def self.sign(date)
  ShengXiao::Finder.sign_for(date)
end