module Grape::Order

Constants

VERSION

Public Class Methods

post_0_9_0_grape?() click to toggle source
# File lib/grape-order.rb, line 4
def post_0_9_0_grape?
  Gem::Version.new(Grape::VERSION) > Gem::Version.new('0.9.0')
end