Sha256: 032633f5468a4c9ceb2f3ea6953cc6e157045cbfda2964aaa47215346aa46cf1

Contents?: true

Size: 91 Bytes

Versions: 1

Compression:

Stored size: 91 Bytes

Contents

class Hello
  def hi
    puts "hi"
  end
  
  alias_method :hello, :hi
end

Hello.new.hello

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
auth-assistant-0.4.0 spec/sandbox.rb