class OEmbed::Version

Constants

MAJOR
MINOR
PATCH
STRING

Public Class Methods

inspect() click to toggle source

A String representing the current version of the OEmbed gem.

# File lib/oembed/version.rb, line 10
def inspect
  STRING
end
Also aliased as: to_s
to_s()
Alias for: inspect