diff options
Diffstat (limited to 'lib/efl/eina.rb')
-rw-r--r-- | lib/efl/eina.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/efl/eina.rb b/lib/efl/eina.rb index 8b4fdad..356d3b0 100644 --- a/lib/efl/eina.rb +++ b/lib/efl/eina.rb @@ -7,6 +7,10 @@ module Efl # module Eina # + def self.version + Native::VersionStruct.new(Native.eina_version) + end + # end # end |