Skip to content

Commit

Permalink
Merge e2bf81b into 5641a7c
Browse files Browse the repository at this point in the history
  • Loading branch information
kiela committed Oct 14, 2013
2 parents 5641a7c + e2bf81b commit a71202b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Here's a method that's not very sure of itself.
```ruby
class Geordi
def make_it_so(logger=nil)
logger && logger.info "Reversing the flux phase capacitance!"
logger && logger.info "Bounding a tachyon particle beam off of Data's cat!"
logger && logger.warn "Warning, bogon levels are rising!"
logger && logger.info("Reversing the flux phase capacitance!")
logger && logger.info("Bounding a tachyon particle beam off of Data's cat!")
logger && logger.warn("Warning, bogon levels are rising!")
end
end
```
Expand Down

0 comments on commit a71202b

Please sign in to comment.