irritation 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/lib/irritation.rb +26 -0
- metadata +44 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 82682d65e9f572c66ce2b99303c287d188808703
|
4
|
+
data.tar.gz: 6bcdeb58f9deca6ed8b83b86bcf16083b8f2b112
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: b88f7f7e58de1b019064f44544d822487713c6ed35569055807354ab3f5af73630bca362bd2344c6de1b06539b5b359b2b863c0476d56a6ec27b7c4915ee079e
|
7
|
+
data.tar.gz: c10b80dbb876786762150066842116a5e25d4b158046542e32851ea54af78ada14a447f8c9efe9ff9764edcd6f11ab6040980d98ef86ce9a820f691bfd0d8ebd
|
data/lib/irritation.rb
ADDED
@@ -0,0 +1,26 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
class Exception
|
3
|
+
original_to_s = instance_method(:to_s)
|
4
|
+
|
5
|
+
define_method :to_s do
|
6
|
+
original_message = original_to_s.bind(self).call
|
7
|
+
": #{original_message}
|
8
|
+
,.、,、,..,、、.,、,、、..,_ /i
|
9
|
+
;'`;、、:、. .:、:, :,.: ::`゙:.:゙:`''':,'.´ -‐i
|
10
|
+
'、;: ...: ,:. :.、.∩.. .:: ;.;;.∩‐'゙  ̄  ̄
|
11
|
+
` ' ''゙ `´´ | |
|
12
|
+
//Λ_Λ | |
|
13
|
+
| |( ´Д`)// < うるせぇ、エビフライぶつけんぞ
|
14
|
+
\ |
|
15
|
+
| /
|
16
|
+
/ /
|
17
|
+
__ | |
|
18
|
+
\  ̄ ̄ ̄ ̄ ̄ ̄ ̄\
|
19
|
+
||\ \
|
20
|
+
||\|| ̄ ̄ ̄ ̄ ̄ ̄ ̄|| ̄
|
21
|
+
|| || ̄ ̄ ̄ ̄ ̄ ̄ ̄||
|
22
|
+
.|| ||
|
23
|
+
|
24
|
+
"
|
25
|
+
end
|
26
|
+
end
|
metadata
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: irritation
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Daniel Nakano
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-02-28 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description:
|
14
|
+
email: daniel.yuta@gmail.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/irritation.rb
|
20
|
+
homepage: http://rubygems.org/gems/irritation
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata: {}
|
24
|
+
post_install_message:
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
requirements: []
|
39
|
+
rubyforge_project:
|
40
|
+
rubygems_version: 2.5.1
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: A useless gem that shows your irritation at errors
|
44
|
+
test_files: []
|