Class: Wasabi

Inherits:
Object
  • Object
show all
Defined in:
lib/unroller.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#greenObject



1311
1312
1313
# File 'lib/unroller.rb', line 1311

def green
  '...'
end

#strongObject



1317
1318
1319
# File 'lib/unroller.rb', line 1317

def strong
  '...'
end

#too_greenObject



1314
1315
1316
# File 'lib/unroller.rb', line 1314

def too_green
  '...'
end

#too_strongObject



1320
1321
1322
# File 'lib/unroller.rb', line 1320

def too_strong
  '...'
end