summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-08 13:03:49 +0200
committerPaul Buetow <paul@buetow.org>2024-12-08 13:03:49 +0200
commit16bcda50fb5aeca6301f3fe71abf4ddc62e244f0 (patch)
tree4c0717d6e0778c3a75884c6e150bd09fae6b26dc /lib
parentf0b0dae5bb2e16cf45223fc31396708bd069d06c (diff)
add gemspec
Diffstat (limited to 'lib')
-rw-r--r--lib/dsl.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/dsl.rb b/lib/dsl.rb
index 160c1ac..682330f 100644
--- a/lib/dsl.rb
+++ b/lib/dsl.rb
@@ -24,9 +24,7 @@ module RCM
yield self if block_given?
end
- def to_s
- "RCM #{@number}"
- end
+ def to_s = "RCM #{@number}"
def evaluate!
@scheduled.each(&:evaluate!)