Module: StudTimeFormat::DayOfWeekText0
- Defined in:
- lib/stud/time/format.rb
Instance Method Summary collapse
Instance Method Details
#compile ⇒ Object
651 652 653 654 655 656 |
# File 'lib/stud/time/format.rb', line 651 def compile if text_value.length < 4 return %Q<t.strftime("%a")> end return %Q<t.strftime("%A")> end |