Sha256: ea80c3f9b60b821c7144313d955ad3a07a9724771e7a770866e45227c2614402

Contents?: true

Size: 208 Bytes

Versions: 1

Compression:

Stored size: 208 Bytes

Contents

require "big_eyed_al/version"

module BigEyedAl

  def said(sentence)
    if sentence.include? "?"
      "Stop asking questions, Alex."
    else
      "Stop making silly statements, Alex."
    end
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
big_eyed_al-0.0.2 lib/big_eyed_al.rb