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