Skip to content

Commit

Permalink
💪 (#654)
Browse files Browse the repository at this point in the history
Optionally, use `💪` instead of `Phlex`.

```ruby
class MyComponent < 💪::HTML
  # ...
end
```
  • Loading branch information
joeldrapper authored Feb 9, 2024
1 parent 81d0a1b commit 5db2737
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ Style/MixinUsage:

Style/RedundantDoubleSplatHashBraces:
Enabled: false

Naming/AsciiIdentifiers:
Enabled: false

Naming/MethodName:
Enabled: false
4 changes: 4 additions & 0 deletions lib/phlex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ def name
end
end
end

def 💪
Phlex
end

0 comments on commit 5db2737

Please sign in to comment.