Class: Motion::Project::App

Inherits:
Object
  • Object
show all
Defined in:
lib/motion-cross-platform/stubs.rb

Class Method Summary collapse

Class Method Details

.setupObject



11
12
13
# File 'lib/motion-cross-platform/stubs.rb', line 11

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

.templateObject



7
8
9
# File 'lib/motion-cross-platform/stubs.rb', line 7

def self.template
  :cross_platform
end