Class: Work::Md::Commands::Today
- Inherits:
-
Object
- Object
- Work::Md::Commands::Today
- Defined in:
- lib/work/md/commands/today.rb
Class Method Summary collapse
Class Method Details
.execute(_argv = []) ⇒ Object
8 9 10 |
# File 'lib/work/md/commands/today.rb', line 8 def execute(_argv = []) Work::Md::DateFile.open_or_create(DateTime.now) end |