class LittleEndianGuard

Public Instance Methods

match?() click to toggle source
# File lib/mspec/guards/endian.rb, line 20
def match?
  pattern[-1] == ?\000
end