class Chronic::Tag

def start=(s)

Parameters:
  • s (Time) -- Set the start timestamp for this Tag
def start=(s)
  @now = s
end