VS
Size: a a a
VS
I🍻
f🤔
ES
VS
ES
DF
f🤔
f🤔
AA
AD
SD
AA
ES
SD
DP
class SettingsHash < ::Hashie::Mash
IS
class SettingsHash < ::Hashie::Mash
MR_COUNT = 0 # constant defined on main Object class
module Foo
MR_COUNT = 0
::MR_COUNT = 1 # set global count to 1
MR_COUNT = 2 # set local count to 2
end
puts MR_COUNT # this is the global constant: 1
puts Foo::MR_COUNT # this is the local constant: 2
DP