Class: Wasabi

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#greenObject



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

def green
  '...'
end

#strongObject



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

def strong
  '...'
end

#too_greenObject



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

def too_green
  '...'
end

#too_strongObject



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

def too_strong
  '...'
end