mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 14:05:02 +02:00
5 lines
72 B
Ruby
5 lines
72 B
Ruby
# frozen_string_literal: true
|
|
|
|
class OpenStruct
|
|
VERSION = "0.2.0"
|
|
end
|