module Shuwar::Stdlib
Constants
- LIST
Public Class Methods
load(name)
click to toggle source
# File lib/shuwar/stdlib.rb, line 11 def self.load(name) l = const_get(LIST[name]) [l.const_get(:VALUES), l.const_get(:MARCOS)] end