Base
The universal Base class you've always wanted.
Install / Use
/learn @garybernhardt/BaseREADME
Base
- http://github.com/garybernhardt/base
DESCRIPTION:
People love Base classes! They have tons of methods waiting to be used. Just check out ActiveRecord::Base's method list:
>> ActiveRecord::Base.methods.length
=> 572
But why stop there? Why not have even more methods? In fact, let's put every method on one Base class!
So I did. It's called Base. Just subclass it and feel free to directly reference any class method, instance method, or constant defined on any module or class in the system. Like this:
class Cantaloupe < Base
def embiggen
encode64(deflate(SEPARATOR))
end
end
>> Cantaloupe.new.embiggen
=> "eJzTBwAAMAAw\n"
See that embiggen method calling encode64 and deflate methods? Those come from the Base64 and Zlib modules. And the SEPARATOR constant is defined in File. Base don't care where it's defined! Base calls what it wants!
By the way, remember those 572 ActiveRecord methods? That's amateur stuff. Check out Base loaded inside a Rails app:
>> Base.new.methods.count
=> 5794
It's so badass that it takes five seconds just to answer that question!
Base is just craaazzy! It's the most fearless class in all of Ruby. Base doesn't afraid of anything!
LICENSE:
Distributed under the union of the terms specified by all current OSI-approved licenses. In the event of a conflict, a die is to be rolled.
PRAISE FOR BASE
@garybernhardt @kantrn ... Can't tell if joke or just Ruby.
- @shazow
@garybernhardt y u troll soooo good? ;-)
- @amerine
@garybernhardt Imagine all the things you could have done doing not that
- @mrb_bk
@garybernhardt I hate you.
- @jmazzi
SHOULD I USE THIS IN MY SYSTEM?
Yes. I am being completely serious. You should.
Definitely.
Related Skills
node-connect
351.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
