Class: Todo::Task
- Inherits:
-
Object
- Object
- Todo::Task
- Defined in:
- lib/redpomo/task.rb
Class Method Summary collapse
Class Method Details
.projects_regex ⇒ Object
8 9 10 |
# File 'lib/redpomo/task.rb', line 8 def self.projects_regex /(?:\s+|^)\+[\w\-]+/ end |