Class: OEmbed::Version

Inherits:
Object
  • Object
show all
Defined in:
lib/oembed/version.rb

Constant Summary collapse

MAJOR =
0
MINOR =
17
PATCH =
0
STRING =
"#{MAJOR}.#{MINOR}.#{PATCH}"

Class Method Summary collapse

Class Method Details

.inspectObject Also known as: to_s

A String representing the current version of the OEmbed gem.



10
11
12
# File 'lib/oembed/version.rb', line 10

def inspect
  STRING
end