aboutsummaryrefslogtreecommitdiff
path: root/lib/some/helpers.rb
diff options
context:
space:
mode:
authormms <git@sapka.me>2024-11-10 00:20:05 +0100
committermms <git@sapka.me>2024-11-10 00:20:05 +0100
commit68d7eb07d88338f28c40a5ba68061a7f4e35f340 (patch)
tree7c1e0ab62ff2a2d9cd89ae1bd113759bb3077f13 /lib/some/helpers.rb
parent2b84ba48039818cf52f6acf3c06610212bf6f7c5 (diff)
feat: dsl
Diffstat (limited to 'lib/some/helpers.rb')
-rw-r--r--lib/some/helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/some/helpers.rb b/lib/some/helpers.rb
index 5842f73..36dcdef 100644
--- a/lib/some/helpers.rb
+++ b/lib/some/helpers.rb
@@ -2,7 +2,7 @@
module Some
module Helpers
- def header_name_from_dsl(method_name)
+ def self.header_name_from_dsl(method_name)
method_name
.to_s
.split('_')