Skip to content

Commit

Permalink
Refactor Caido::Instance class initialization and add example_helper …
Browse files Browse the repository at this point in the history
…method
  • Loading branch information
hahwul committed Jun 24, 2024
1 parent 0e56e5d commit 29ef74b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/caido/helpers/_example.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# frozen_string_literal: true

module Caido
# Instance class
class Instance
def example_helper
'test'
end
end
end

0 comments on commit 29ef74b

Please sign in to comment.