singlish 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/singlish.rb +8 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: ca6fd84bea0c03f86bdae840dd4bfa0d1e06beec
4
+ data.tar.gz: debf5d8601d6c1d63b3d29b8be4b98d2fd1cac08
5
+ SHA512:
6
+ metadata.gz: 510644b61fb3e522b3a6a5fb9a1cd666c07c88bd87387a45aac0a55de74c58a29bab321eaa1bed1bafca2878833394ce25817c5983697fd722c084c5af2f0901
7
+ data.tar.gz: 7a55ccbffdbf9a49e3769b2c2fa73bf752fde00b2de5bc265ee7175e5e0474288d2b2606f217555fcf37a0acd2bd2534429ba1326f2b6e5384c369eb9991be72
data/lib/singlish.rb ADDED
@@ -0,0 +1,8 @@
1
+ class Object
2
+ def method_missing(method_name, *args, &block)
3
+ if(method_name =~ /(.*)_(lah|loh|leh)/)
4
+ send($1, *args, &block)
5
+ end
6
+ end
7
+ end
8
+
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: singlish
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Guo Xiang Tan
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-03-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Write Your Ruby Code in Singlish!
14
+ email: tgx_world@hotmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/singlish.rb
20
+ homepage: https://github.com/tgxworld/singlish
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.4.5
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Singlish from Singapore
44
+ test_files: []