Miral Achmed

Jr. Ruby Web Developer at supersewa.com. Find me elsewhere at achmiral.id and @achmiral.
January 7, 2025

include ImageUploader[:image]? Ini apa?

Pada kelas ImageUploader terdapat sebuah class method yang bernama self.[] # https://github.com/shrinerb/shrine/blob/master/lib/shrine.rb#L98-L102 class Shrine # ... module ClassMethods # ... def Attachment(name, **args) self::Attachment.new(name, **args) end alias attachment Attachment alias [] Attachment # ... end # ... end Thank you...
Read more
April 1, 2024

Hello World

#!/usr/bin/env ruby puts "Hello world!"
Read more