Class: Motion::Project::App

Inherits:
Object
  • Object
show all
Defined in:
lib/motion/project/cross_platform/stubs.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.setupObject



15
16
17
# File 'lib/motion/project/cross_platform/stubs.rb', line 15

def self.setup
  # no-op: allows this method to be called without raising an error
end

Instance Method Details

#templateObject



11
12
13
# File 'lib/motion/project/cross_platform/stubs.rb', line 11

def template
  :cross_platform
end