Module: Brute::Prompts::Identity

Defined in:
lib/brute/prompts/identity.rb

Class Method Summary collapse

Class Method Details

.call(ctx) ⇒ Object



6
7
8
# File 'lib/brute/prompts/identity.rb', line 6

def self.call(ctx)
  Prompts.read("identity", ctx[:provider_name])
end