class EndianGuard

Despite that these are inverses, the two classes are used to simplify MSpec guard reporting modes

Private Instance Methods

pattern() click to toggle source
# File lib/mspec/guards/endian.rb, line 7
def pattern
  @pattern ||= [1].pack('L')
end