Class: LazyPP::BracketStmts

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

Instance Method Summary collapse

Instance Method Details

#to_cpp(rs, &b) ⇒ Object



245
246
247
248
249
# File 'lib/readable-cpp/nodes.rb', line 245

def to_cpp rs, &b
  "#{rs.indentation}{\n"+
  super(rs.indent, &b)+
  "#{rs.indentation}}"
end