module BranchableCDNAssets::Shell

Public Class Methods

get_input(message) click to toggle source

get input from the command line @return [String]

# File lib/branchable_cdn_assets/shell.rb, line 9
def get_input message
  print message
  $stdin.gets.chomp
end