Sha256: 65e09fb15d7bf3c7861c878ffa1abafd96b68cd4bbcb4235351f54c272befee0
Contents?: true
Size: 197 Bytes
Versions: 11
Compression:
Stored size: 197 Bytes
Contents
module CLIUtils # Pref Action to open a URL in the default # browser. class TestAction < PrefAction # Runs the action. # @return [void] def run puts 'here' end end end
Version data entries
11 entries across 11 versions & 1 rubygems