module ROdds

Constants

VERSION

Public Class Methods

convert(odd, from: nil, to:) click to toggle source
# File lib/r_odds.rb, line 25
def self.convert(odd, from: nil, to:)
  ROdds::ConvertOdd.call(raw_odd: odd, from: from, to: to)
end