class Redbreast::TemplateGenerator::Swift

Class for creating Swift templates

Public Instance Methods

template() click to toggle source
# File lib/redbreast/template_generators/swift_template_generator.rb, line 6
def template
  raise NotImplementedError, 'Abstract Method'
end