Sha256: 60dd21f42d32d6b8652b9af4be956d4fd285a35bbfaf2cf456ef40d670c9d81d
Contents?: true
Size: 313 Bytes
Versions: 19
Compression:
Stored size: 313 Bytes
Contents
require 'pivotal-github/command' class StoryOpen < Command # Returns a command appropriate for executing at the command line # I.e., 'open https://www.pivotaltracker.com/story/show/6283185' def cmd "open https://www.pivotaltracker.com/story/show/#{story_id}" end def run! system cmd end end
Version data entries
19 entries across 19 versions & 1 rubygems