Method: Mallard::Date#stwly

Defined in:
lib/mallard/date.rb

#stwlyObject

start this week last year



239
240
241
# File 'lib/mallard/date.rb', line 239

def stwly
    sly + (twly - 1) * 7
end