Class: Object (Ruby 2.3.4) Home Core 2.3.4 Std-lib 2.3.4 Downloads Home Classes Methods In Files etc/mkconstants.rb Parent BasicObject Methods #c_str #each_const #each_name Class/Module Index Quicksearch Etc IO Object Struct unknown No matching classes. Object Constants COMMENTS C_ESC C_ESC_PAT DEFS Public Instance Methods c_str(str) # File etc/mkconstants.rb, line 15 def c_str(str) '"' + str.gsub(C_ESC_PAT) {|s| C_ESC[s]} + '"' end each_const() # File etc/mkconstants.rb, line 56 def each_const DEFS.each {|name, default_value| yield name, default_value } end each_name(pat) # File etc/mkconstants.rb, line 62 def each_name(pat) DEFS.each {|name, default_value| next if pat !~ name yield name } end This page was generated for Ruby 2.3.4 Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious. Generated with Ruby-doc Rdoc Generator 0.36.0.