Module: BrowserIO::Methods::ClassMethods
- Defined in:
- lib/browserio/utilis/methods.rb
Instance Method Summary collapse
Instance Method Details
#client? ⇒ Boolean
8 9 10 |
# File 'lib/browserio/utilis/methods.rb', line 8 def client? RUBY_ENGINE == 'opal' end |
#server? ⇒ Boolean
12 13 14 |
# File 'lib/browserio/utilis/methods.rb', line 12 def server? RUBY_ENGINE == 'ruby' end |