Skip to content

Commit

Permalink
Refactor sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Dec 16, 2013
1 parent ec24ad4 commit 031ba87
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -35,10 +35,10 @@ require "rubicure"
### Select own precure series

```ruby
Precure.unmarked.title
Precure.title
#=> "ふたりはプリキュア"

Precure.title
Precure.unmarked.title
#=> "ふたりはプリキュア"

Precure.max_heart.title
Expand Down Expand Up @@ -67,6 +67,9 @@ Precure.smile.title

Precure.dokidoki.title
#=> "ドキドキ!プリキュア"

Precure.dokidoki
#=> {:title=>"ドキドキ!プリキュア", :started_date=>Sun, 03 Feb 2013, :ended_date=>Sun, 26 Jan 2014, :girls=>["cure_heart", "cure_diamond", "cure_rosetta", "cure_sword", "cure_ace"]}
```

other pattern
Expand Down

0 comments on commit 031ba87

Please sign in to comment.