Sha256: cfb037d10ceb2185c855f19b64c5c12f5ee5e21e5faf6599b0707782aec1e23f

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

require 'stands4'
require 'pp'

include Stands4
Stands4.configure('YOUR_UID','YOUR_TOKENID')

abbreviations = Stands4.abbr('asap')

uszips = Stands4.zip('90210')

definitions = Stands4.defs('consistent')

rhymes = Stands4.rhymes('rhyme')

conversions = Stands4.conv('5 pounds to kilograms')

synonyms = Stands4.syno('consistent')

phrases = Stands4.phrases('buckle up')

quotes_random = Stands4.quotes

quotes_search = Stands4.quotes('The only real valuable thing is intuition.', 'SEARCH')

author_search = Stands4.quotes('Albert Einstein', 'AUTHOR')

pp abbreviations

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
Stands4-1.0.0 examples/stands4_examples.rb