Skip to content

Commit 29ef74b

Browse files
committed
Refactor Caido::Instance class initialization and add example_helper method
1 parent 0e56e5d commit 29ef74b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lib/caido/helpers/_example.rb

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# frozen_string_literal: true
2+
3+
module Caido
4+
# Instance class
5+
class Instance
6+
def example_helper
7+
'test'
8+
end
9+
end
10+
end

0 commit comments

Comments
 (0)