Class: BigEndianGuard
- Inherits:
-
EndianGuard
- Object
- SpecGuard
- EndianGuard
- BigEndianGuard
- Defined in:
- lib/extensions/mspec/mspec/guards/endian.rb
Instance Attribute Summary
Attributes inherited from SpecGuard
Instance Method Summary collapse
Methods inherited from SpecGuard
#===, #add, clear, clear_guards, finish, guards, #implementation?, #initialize, #os?, #platform?, #record, report, #report_key, #reporting?, ruby_version, ruby_version_override, ruby_version_override=, #standard?, #unregister, #windows?, #wordsize?, #yield?
Constructor Details
This class inherits a constructor from SpecGuard
Instance Method Details
#match? ⇒ Boolean
14 15 16 |
# File 'lib/extensions/mspec/mspec/guards/endian.rb', line 14 def match? pattern[-1] == ?\001 end |