Sha256: f4426fc430de8d8dc352595ceea64d980ab1637cb8441866d2f89615cb4eb690

Contents?: true

Size: 293 Bytes

Versions: 4

Compression:

Stored size: 293 Bytes

Contents

module Uberspec
  module Notify
    class LibNotify < Uberspec::Notify::Base

      def command
        'notify-send'
      end

      def title
        "'#{super}'"
      end

      def body
        "'#{super}'"
      end

      def image
        "-i '#{super}'"
      end

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
uberspec-0.2.1 lib/uberspec/notify/lib_notify.rb
uberspec-0.2.0 lib/uberspec/notify/lib_notify.rb
uberspec-0.1.1 lib/uberspec/notify/lib_notify.rb
uberspec-0.1.0 lib/uberspec/notify/lib_notify.rb