class GitContext::Commands::ListProfile

Public Instance Methods

call() click to toggle source
# File lib/git_context/commands/list_profile.rb, line 6
def call
  stored_profiles = @configuration.list_profile_names

  @interaction.show(stored_profiles.join("\n"))
end