module SnackBar

Constants

SNACKS

constant - identifier with value that cannot be altered(changed)

Public Class Methods

random() click to toggle source
# File lib/mochee/snack_bar.rb, line 13
def self.random
        SNACKS.sample
end