Sha256: b26b5c8648a9a3c507d12aa699336c591d77138fc2e54287f516879bca9b5a75

Contents?: true

Size: 252 Bytes

Versions: 2

Compression:

Stored size: 252 Bytes

Contents

# encoding: utf-8

module Spec
  module Mocks
    module Methods
      class GrammarException < Exception; end

      def should_recieve(sym, opts={}, &block)
        raise GrammarException, "Oi! i before e except after c."
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rujitsu-0.5.0 lib/rujitsu/grammar.rb
rujitsu-0.4.0 lib/rujitsu/grammar.rb