Sha256: c4cd10838b5d2319a459a1be633ec64886553e090970e0c46491eb631ef82e3a

Contents?: true

Size: 277 Bytes

Versions: 1

Compression:

Stored size: 277 Bytes

Contents

module Pronto
  module Formatter
    class BitbucketFormatter < CommitFormatter
      def client_module
        Bitbucket
      end

      def pretty_name
        'BitBucket'
      end

      def line_number(message)
        message.line.new_lineno
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pronto-0.7.0 lib/pronto/formatter/bitbucket_formatter.rb