class BigEndianGuard
Public Instance Methods
match?()
click to toggle source
# File lib/mspec/guards/endian.rb, line 14 def match? pattern[-1] == ?\001 end
# File lib/mspec/guards/endian.rb, line 14 def match? pattern[-1] == ?\001 end