class IDL::AST::Module

def is_templated?

def is_templated?
  @template ? true : false
end