Method: Ayadn::SetScroll#date

Defined in:
lib/ayadn/set.rb

#date(value) ⇒ Object



433
434
435
436
437
# File 'lib/ayadn/set.rb', line 433

def date(value)
  @input = 'date'
  @output = Validators.boolean(value)
  Settings.options[:scroll][:date] = @output
end