We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e56e5d commit 29ef74bCopy full SHA for 29ef74b
lib/caido/helpers/_example.rb
@@ -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
10
+end
0 commit comments