Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rumoji
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
rumoji
Commits
96e4efbb
Commit
96e4efbb
authored
Jan 30, 2013
by
Mark Wunsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some OBJECTS range
parent
c0963d38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletions
+18
-1
lib/rumoji/emoji.rb
+18
-1
No files found.
lib/rumoji/emoji.rb
View file @
96e4efbb
...
...
@@ -327,7 +327,24 @@ module Rumoji
self
.
new
(
"
\u
{26C5}"
,
[
:partly_sunny
],
"SUN BEHIND CLOUD"
)
]
ALL
=
PEOPLE
|
NATURE
OBJECTS
=
Set
[
self
.
new
(
"
\u
{1F38D}"
,
[
:bamboo
],
"PINE DECORATION"
),
# "Japanese new year's door decoration
self
.
new
(
"
\u
{1F49D}"
,
[
:gift_heart
],
"HEART WITH RIBBON"
),
self
.
new
(
"
\u
{1F38E}"
,
[
:dolls
],
"JAPANESE DOLLS"
),
# "Japanese Hinamatsuri or girls' doll festival"
self
.
new
(
"
\u
{1F49D}"
,
[
:gift_heart
],
"HEART WITH RIBBON"
),
self
.
new
(
"
\u
{1F392}"
,
[
:school_satchel
]),
# "Japanese school entrance ceremony"
self
.
new
(
"
\u
{1F393}"
,
[
:mortar_board
],
"GRADUATION CAP"
),
# "graduation ceremony"
self
.
new
(
"
\u
{1F38F}"
,
[
:flags
],
"CARP STREAMER"
),
self
.
new
(
"
\u
{1F386}"
,
[
:fireworks
]),
self
.
new
(
"
\u
{1F387}"
,
[
:sparkler
],
"FIREWORK SPARKLER"
),
self
.
new
(
"
\u
{1F390}"
,
[
:wind_chime
]),
self
.
new
(
"
\u
{1F391}"
,
[
:rice_scene
],
"MOON VIEWING CEREMONY"
),
# "Japanese Otsukimi harvest celebration"
self
.
new
(
"
\u
{1F383}"
,
[
:jack_o_lantern
],
"JACK-O-LANTERN"
),
# "Hallowe'en"
self
.
new
(
"
\u
{1F47B}"
,
[
:ghost
]),
self
.
new
(
"
\u
{1F385}"
,
[
:santa
],
"FATHER CHRISTMAS"
),
# "Santa Claus"
]
ALL
=
PEOPLE
|
NATURE
|
OBJECTS
def
self
.
find
(
symbol
)
ALL
.
find
{
|
emoji
|
emoji
.
include?
symbol
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment