Use delegation for shorter access
This commit is contained in:
@@ -2,6 +2,8 @@ require "sshkit"
|
||||
|
||||
module Mrsk::Commands
|
||||
class Base
|
||||
delegate :redact, to: Mrsk::Utils
|
||||
|
||||
attr_accessor :config
|
||||
|
||||
def initialize(config)
|
||||
|
||||
Reference in New Issue
Block a user