Class: Hash

Inherits:
Object show all
Defined in:
lib/readable-cpp/nodes.rb

Instance Method Summary collapse

Instance Method Details

#scanObject



836
# File 'lib/readable-cpp/nodes.rb', line 836

def scan(*) end

#to_cppObject Also known as: to_hpp



832
833
834
# File 'lib/readable-cpp/nodes.rb', line 832

def to_cpp(*)
  "/* Untransformed hash #{ai multiline: true, plain: true} */" 
end