Method: Runfile#summary
- Defined in:
- lib/runfile/dsl.rb
#summary(text) ⇒ Object
Set the one line summary of your Runfile program
summary 'Utilities for my server'
20 21 22 |
# File 'lib/runfile/dsl.rb', line 20 def summary(text) Runner.instance.summary = text end |