Module: Pebbles

Defined in:
lib/pebbles.rb

Constant Summary collapse

VERSION =
'0.1.0'

Instance Method Summary collapse

Instance Method Details

#joking?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/pebbles.rb', line 8

def joking?
  true
end

#pebbleObject



4
5
6
# File 'lib/pebbles.rb', line 4

def pebble
  "I'm not a gemstone."
end