italian-ruby 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc0677338a3f2ebd922dcacdfdd90a04bf563d641d04f4d3d87e586208b76999
4
- data.tar.gz: 872f32118a35634c9dcac71312350d0eb7e80f522005b84fdf8b3aa665cc0407
3
+ metadata.gz: 7f4a420d951596e2e1189896254513cb5bd54524cf968ffe54e3c3c71ff7ca0c
4
+ data.tar.gz: a64b72e0b65ae1aeb0ccf70323eb28a4912808fa4916509b5f7026847ef135e0
5
5
  SHA512:
6
- metadata.gz: 2e4bb0553df489d53d7a1010aff9d3285dbe437865aed6d09acdaafbfdf876734f3f4bf33a82dded44b014825f614078b128648dc62fea2ff92cef81d50addbd
7
- data.tar.gz: 4cb20fb225589fbc47702bbefd49f808b26480bf7541587f7ec28ec5029b8a71ae1e0f2496483fcef9a169619ebe2ab8f1660a7a08227f64754c9c3dbc511b59
6
+ metadata.gz: d36bb53d25d9aba155400ffcb42e9b1753b96a801cf9c3c0ddc7ca71367b64c6827363bff7f5c87ad3928f4379d6d9bd53dff89d755bccbf3d7977818edef555
7
+ data.tar.gz: 2f5ce8fb9c1ee140aa349fb007af5cf48fa1e93994753c522cea843730bd01f476d61cd85b1999c115300f9f4d3b928df2b5caddef9e581362c2aadf305168fd
@@ -9,4 +9,6 @@ class Class
9
9
  alias :accessore :attr_accessor
10
10
 
11
11
  alias :definisci_metodo :define_method
12
+
13
+ alias :apri_classe :class_eval
12
14
  end
@@ -5,4 +5,28 @@ class Module
5
5
  alias :privati :private
6
6
  alias :protetti :protected
7
7
  alias :pubblici :public
8
+
9
+ private
10
+
11
+ def quando_incluso(*args)
12
+ end
13
+
14
+ def quando_esteso(*args)
15
+ end
16
+
17
+ def quando_preposto(*args)
18
+ end
19
+
20
+ def included(*args)
21
+ quando_incluso *args
22
+ end
23
+
24
+ def extended(*args)
25
+ quando_esteso *args
26
+ end
27
+
28
+ def prepended(*args)
29
+ quando_preposto *args
30
+ end
31
+
8
32
  end
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: italian-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Ballardin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-14 00:00:00.000000000 Z
11
+ date: 2020-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby2ruby