module ABSwitcher
Constants
- VERSION
Public Class Methods
major_hex?(ratio, hex_str)
click to toggle source
# File lib/ab_switcher.rb, line 6 def major_hex?(ratio, hex_str) ABSwitcher::Switcher.new(ratio).major_hex?(hex_str) end