Skip to content

Instantly share code, notes, and snippets.

@liwh
Created November 18, 2010 08:29
Show Gist options
  • Save liwh/704775 to your computer and use it in GitHub Desktop.
Save liwh/704775 to your computer and use it in GitHub Desktop.
设置模块常量
module A
A.const_set("NUM",2)
end
A::NUM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment