class Stenotype::ContextHandlers::Klass

Plain Ruby class handler to support fetching data from a class

Public Instance Methods

as_json(*_args) click to toggle source

@todo r.kapitonov Figure out the params @return {Hash} a JSON representation of a Ruby class

# File lib/stenotype/context_handlers/klass.rb, line 15
def as_json(*_args)
  {}
end