buguibu / ios-notes-issues-lessons

Notes, issues and lessons about my iOS development experience
2 stars 0 forks source link

Ruby string interpolation #32

Open buguibu opened 2 years ago

buguibu commented 2 years ago

Given a Podfile

platform :ios

pod_repo_token = "rk6r7qyry6vypclnwh7mutcxrk5lickluxik2l23qns6p3ebytzq"
source "https://#{pod_repo_token}@restofotheurloftheprivatepodrepo"