Module: StudTimeFormat::DayOfMonth0
- Defined in:
- lib/stud/time/format.rb
Instance Method Summary collapse
Instance Method Details
#compile ⇒ Object
831 832 833 |
# File 'lib/stud/time/format.rb', line 831 def compile return %Q<t.strftime("%0#{text_value.length}d")> end |