Sha256: ecf82c30bbd07082f6d20d25ea756d41ab356d6c45500fc6e1c644f1bdc2520f

Contents?: true

Size: 91 Bytes

Versions: 1

Compression:

Stored size: 91 Bytes

Contents

module Backticks
  module Ext
    def `(str)
      Backticks.command(str)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
backticks-0.1.1 lib/backticks/ext.rb