aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt
blob: c6e420b66ecb0f627f3ad47fab46c793998e2ba5 (plain)
1
2
3
4
5
6
#ifndef <%= config[:underscored_name].upcase %>_H
#define <%= config[:underscored_name].upcase %>_H 1

#include "ruby.h"

#endif /* <%= config[:underscored_name].upcase %>_H */