module BuntoRedirectFrom

Constants

VERSION

Public Class Methods

bunto_3?() click to toggle source
# File lib/bunto-redirect-from.rb, line 4
def self.bunto_3?
  @bunto_3 ||= (Bunto::VERSION >= '3.0.0')
end