Module: Bioroebe::SinatraInterface

Defined in:
lib/bioroebe/sinatra/sinatra_interface.rb

Overview

Bioroebe::SinatraInterface

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.e(i = '') ⇒ Object

#

Bioroebe::SinatraInterface.e

#


31
32
33
# File 'lib/bioroebe/sinatra/sinatra_interface.rb', line 31

def self.e(i = '')
  ::Bioroebe.e(i)
end

.erev(i = '') ⇒ Object

#

Bioroebe::SinatraInterface.erev

#


38
39
40
# File 'lib/bioroebe/sinatra/sinatra_interface.rb', line 38

def self.erev(i = '')
  ::Bioroebe.erev(i)
end

.sfancy(i = '') ⇒ Object

#

Bioroebe::SinatraInterface.sfancy

#


24
25
26
# File 'lib/bioroebe/sinatra/sinatra_interface.rb', line 24

def self.sfancy(i = '')
  ::Bioroebe.sfancy(i)
end

Instance Method Details

#p(i, hash = {}) ⇒ Object

#

p

#


45
46
47
48
49
# File 'lib/bioroebe/sinatra/sinatra_interface.rb', line 45

def p(
    i, hash = {}
  )
  return HtmlTags.p(i, hash)
end