Class: OEmbed::Version
- Inherits:
-
Object
- Object
- OEmbed::Version
- Defined in:
- lib/oembed/version.rb
Constant Summary
- MAJOR =
0- MINOR =
8- PATCH =
7- STRING =
"#{MAJOR}.#{MINOR}.#{PATCH}"
Class Method Summary (collapse)
-
+ (Object) inspect
(also: to_s)
A String representing the current version of the OEmbed gem.
Class Method Details
+ (Object) inspect 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 |