class Syncthing::Helper::CLI::DemoCommand

Public Instance Methods

execute() click to toggle source
# File lib/syncthing/helper/cli/demo_command.rb, line 7
def execute
  puts Syncthing::Helper::API.api_key_from_xml src
end