Skip to content

Instantly share code, notes, and snippets.

@compwron
Created April 2, 2015 05:14
Show Gist options
  • Save compwron/18d2a51a630dac47afac to your computer and use it in GitHub Desktop.
Save compwron/18d2a51a630dac47afac to your computer and use it in GitHub Desktop.
list constant values
module ConstantsHelper
def list_constant_values
constants(false).map{|f| const_get(f)}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment